소스 검색

Merge pull request #110 from nsuke/tb-typo-cpp_extension

Fix typo
Feng Xiao 11 년 전
부모
커밋
7d4117c412
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/google/protobuf/compiler/cpp/cpp_extension.h

+ 1 - 1
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();