aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-04-27 12:21:15 -0700
committerGitHub <noreply@github.com>2018-04-27 12:21:15 -0700
commitfc922d16ed7ae3c19defe82228a9760f3d8d1073 (patch)
treec22959c41b1b3293ab5e066a037161b4aa667665
parent7f2c3cec63fcbac0b01375211f884979f43eb3ff (diff)
parent9ba2fd3039564a2f3852acc79720afa3596958f7 (diff)
downloadprotobuf-fc922d16ed7ae3c19defe82228a9760f3d8d1073.tar.gz
protobuf-fc922d16ed7ae3c19defe82228a9760f3d8d1073.tar.bz2
protobuf-fc922d16ed7ae3c19defe82228a9760f3d8d1073.zip
Merge pull request #4568 from hectim/master
fixed typo
-rw-r--r--src/google/protobuf/util/package_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/util/package_info.h b/src/google/protobuf/util/package_info.h
index e37e6dc0..96019203 100644
--- a/src/google/protobuf/util/package_info.h
+++ b/src/google/protobuf/util/package_info.h
@@ -38,7 +38,7 @@ namespace protobuf {
// Utility classes.
//
-// This package contains various utilities for message comprasion, JSON
+// This package contains various utilities for message comparison, JSON
// conversion, well known types, etc.
namespace util {}