diff options
author | Feng Xiao <xfxyjwf@gmail.com> | 2014-11-26 17:06:31 -0800 |
---|---|---|
committer | Feng Xiao <xfxyjwf@gmail.com> | 2014-11-26 17:06:31 -0800 |
commit | 7d4117c412e52dc2da65587a1d2c05c0e8a19d09 (patch) | |
tree | af416c219608da3c437b1bd82278492998b4607a /src | |
parent | c25d9feb4d791513c101061578e9e54fe180aa5f (diff) | |
parent | e5a17998ccc8a8074e51316f565ce616d8d92e54 (diff) |
Merge pull request #110 from nsuke/tb-typo-cpp_extension
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/google/protobuf/compiler/cpp/cpp_extension.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/cpp/cpp_extension.h b/src/google/protobuf/compiler/cpp/cpp_extension.h index d354c16a..1c1caf1f 100644 --- a/src/google/protobuf/compiler/cpp/cpp_extension.h +++ b/src/google/protobuf/compiler/cpp/cpp_extension.h @@ -57,7 +57,7 @@ namespace cpp { class ExtensionGenerator { public: // See generator.cc for the meaning of dllexport_decl. - explicit ExtensionGenerator(const FieldDescriptor* desycriptor, + explicit ExtensionGenerator(const FieldDescriptor* descriptor, const Options& options); ~ExtensionGenerator(); |