diff options
Diffstat (limited to 'cpp/src/qpid/broker/QueueEvents.h')
-rw-r--r-- | cpp/src/qpid/broker/QueueEvents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/QueueEvents.h b/cpp/src/qpid/broker/QueueEvents.h index fcddfe9092..d0a267e6e2 100644 --- a/cpp/src/qpid/broker/QueueEvents.h +++ b/cpp/src/qpid/broker/QueueEvents.h @@ -35,7 +35,7 @@ namespace broker { /** * Event manager for queue events. Allows queues to indicate when - * events have occured; allows listeners to register for notification + * events have occurred; allows listeners to register for notification * of this. The notification happens asynchronously, in a separate * thread. */ |