aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/java
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2015-10-30 14:05:24 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2015-10-30 14:05:24 -0400
commita2ce9cb9ea0a1ed75db5784fa2d2ba0e51c49d83 (patch)
tree110f2b5bfa2143125a3f8599a8fe32ac33411f98 /src/google/protobuf/compiler/java
parent46f8a79826dbd6d9c7968baa4939d7e1b6e2b47c (diff)
Correct spelling
Diffstat (limited to 'src/google/protobuf/compiler/java')
-rw-r--r--src/google/protobuf/compiler/java/java_message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/java/java_message.cc b/src/google/protobuf/compiler/java/java_message.cc
index 19ba0707..5715a432 100644
--- a/src/google/protobuf/compiler/java/java_message.cc
+++ b/src/google/protobuf/compiler/java/java_message.cc
@@ -1356,7 +1356,7 @@ void ImmutableMessageGenerator::GenerateAnyMethods(io::Printer* printer) {
" throws com.google.protobuf.InvalidProtocolBufferException {\n"
" if (!is(clazz)) {\n"
" throw new com.google.protobuf.InvalidProtocolBufferException(\n"
- " \"Type of the Any messsage does not match the given class.\");\n"
+ " \"Type of the Any message does not match the given class.\");\n"
" }\n"
" if (cachedUnpackValue != null) {\n"
" return (T) cachedUnpackValue;\n"