X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fclient_wrapper.hxx;fp=src%2Fclient_wrapper.hxx;h=73fda248e028188c2a87b7420f19fca24b03d8c0;hp=50d5df69fd6dfd970e173e5c32d76d995cacca6e;hb=a63e08b83794273da3840e0b8bf15bf0085fe3c4;hpb=c209619c4d44a3e9c5b0f537f53ec65564899efb 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;