aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/map_lite_test_util.h
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/map_lite_test_util.h
parent46f8a79826dbd6d9c7968baa4939d7e1b6e2b47c (diff)
Correct spelling
Diffstat (limited to 'src/google/protobuf/map_lite_test_util.h')
-rw-r--r--src/google/protobuf/map_lite_test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/map_lite_test_util.h b/src/google/protobuf/map_lite_test_util.h
index 77b5336f..66dedde5 100644
--- a/src/google/protobuf/map_lite_test_util.h
+++ b/src/google/protobuf/map_lite_test_util.h
@@ -47,7 +47,7 @@ class MapLiteTestUtil {
// Set every field in the message to a default value.
static void SetMapFieldsInitialized(protobuf_unittest::TestMapLite* message);
- // Modify all the map fields of the messsage (which should already have been
+ // Modify all the map fields of the message (which should already have been
// initialized with SetMapFields()).
static void ModifyMapFields(protobuf_unittest::TestMapLite* message);