Fix 'occurred' typo
[libt2n] / src / client_wrapper.hxx
index 50d5df6..73fda24 100644 (file)
@@ -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<R>::type();
             }
             return result;