Fix 'occurred' typo
[libt2n] / src / connection.cpp
index f686aa0..6879067 100644 (file)
@@ -171,9 +171,9 @@ void connection::add_callback(callback_event_type event, const boost::function<v
     callbacks[event].push_back(func);
 }
 
-/** @brief an event has occured, execute the callbacks that are registered for this event
+/** @brief an event has occurred, execute the callbacks that are registered for this event
 
-    @param event event type that has occured
+    @param event event type that has occurred
 */
 void connection::do_callbacks(callback_event_type event)
 {