From 1bbae02cffd2ee3942de32a88d4c19099a1a21ce Mon Sep 17 00:00:00 2001 From: Wang Kirin Date: Mon, 22 Jul 2019 15:07:29 +0800 Subject: [PATCH] fix typo in io/printer.h --- src/google/protobuf/io/printer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/google/protobuf/io/printer.h diff --git a/src/google/protobuf/io/printer.h b/src/google/protobuf/io/printer.h old mode 100644 new mode 100755 index afd5c7e27919..b3e6abf6d2ba --- a/src/google/protobuf/io/printer.h +++ b/src/google/protobuf/io/printer.h @@ -53,7 +53,7 @@ class ZeroCopyOutputStream; // zero_copy_stream.h // Records annotations about a Printer's output. class PROTOBUF_EXPORT AnnotationCollector { public: - // Annotation is a ofset range and a payload pair. + // Annotation is a offset range and a payload pair. typedef std::pair, std::string> Annotation; // Records that the bytes in file_path beginning with begin_offset and ending