diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/slice/Ice/LocalException.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/slice/Ice/LocalException.ice b/cpp/slice/Ice/LocalException.ice index 8e3e8100479..d05acc337e5 100644 --- a/cpp/slice/Ice/LocalException.ice +++ b/cpp/slice/Ice/LocalException.ice @@ -45,7 +45,7 @@ local exception UnknownException * This exception is raised if an operation call on a server raises a * local exception. Because local exceptions are not transmitted by * the &Ice; protocol, the client receives all local exceptions raised - * by the server as [UknownLocalException]. The only exception to this + * by the server as [UnknownLocalException]. The only exception to this * rule are all exceptions derived from [RequestFailedException], * which are transmitted by the &Ice; protocol even though they are * declared [local]. |