From: Thomas Jarosch Date: Sat, 23 May 2020 10:37:34 +0000 (+0200) Subject: Fix 'occurred' typo X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=a63e08b83794273da3840e0b8bf15bf0085fe3c4 Fix 'occurred' typo --- diff --git a/src/client_wrapper.hxx b/src/client_wrapper.hxx index 50d5df6..73fda24 100644 --- a/src/client_wrapper.hxx +++ b/src/client_wrapper.hxx @@ -246,7 +246,7 @@ class T2nSingletonWrapper : public T2nSingletonWrapperMessages if (!WrappedConnection->handle(SingletonObject->Stub.get(),call)) { // create an result with default-constructor if the handler could not - // successfully do a call but no exception occured + // successfully do a call but no exception occurred result=typename detail::TypeWrap::type(); } return result; diff --git a/src/connection.cpp b/src/connection.cpp index f686aa0..6879067 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -171,9 +171,9 @@ void connection::add_callback(callback_event_type event, const boost::function