diff options
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index 134002f1afa..0e848234636 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -1245,12 +1245,12 @@ IceInternal::BasicStream::throwException() else { skipSlice(); // Slice off what we don't understand - read(id); // Read type id for next encapsulation + read(id); // Read type id for next slice } } // // Getting here should be impossible: we can get here only if the sender has marshaled a sequence - // of type IDs, none of which we have factory for. this means that sender and receiver disagree + // of type IDs, none of which we have factory for. This means that sender and receiver disagree // about the Slice definitions they use. // throw UnknownUserException(__FILE__, __LINE__); |