aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2014-11-26 17:06:31 -0800
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2014-11-26 17:06:31 -0800
commit7d4117c412e52dc2da65587a1d2c05c0e8a19d09 (patch)
treeaf416c219608da3c437b1bd82278492998b4607a
parentc25d9feb4d791513c101061578e9e54fe180aa5f (diff)
parente5a17998ccc8a8074e51316f565ce616d8d92e54 (diff)
Merge pull request #110 from nsuke/tb-typo-cpp_extension
Fix typo
-rw-r--r--src/google/protobuf/compiler/cpp/cpp_extension.h2
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();