Skip to content

Commit

Permalink
fix typo in io/printer.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkirin authored and acozzette committed Jul 22, 2019
1 parent 9857d63 commit 1bbae02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/io/printer.h 100644 → 100755
Expand Up @@ -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::pair<size_t, size_t>, std::string> Annotation;

// Records that the bytes in file_path beginning with begin_offset and ending
Expand Down

0 comments on commit 1bbae02

Please sign in to comment.