aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/pyext/repeated_composite_container.h
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-11-08 22:59:34 +0000
committerVeres Lajos <vlajos@gmail.com>2014-11-08 22:59:34 +0000
commitc76807211af6ae86368bcd7651ca707ee7f12f86 (patch)
tree1e19080935d7845ff06facd846ff863d273290e3 /python/google/protobuf/pyext/repeated_composite_container.h
parentbaca1a8a1aa180c42de6278d3b8286c4496c6a10 (diff)
downloadprotobuf-c76807211af6ae86368bcd7651ca707ee7f12f86.tar.gz
protobuf-c76807211af6ae86368bcd7651ca707ee7f12f86.tar.bz2
protobuf-c76807211af6ae86368bcd7651ca707ee7f12f86.zip
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'python/google/protobuf/pyext/repeated_composite_container.h')
-rw-r--r--python/google/protobuf/pyext/repeated_composite_container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/repeated_composite_container.h b/python/google/protobuf/pyext/repeated_composite_container.h
index 898ef5a7..6a10db12 100644
--- a/python/google/protobuf/pyext/repeated_composite_container.h
+++ b/python/google/protobuf/pyext/repeated_composite_container.h
@@ -62,7 +62,7 @@ struct CFieldDescriptor;
//
// When in the attached state all modifications to the container are
// done both on the 'message' and on the 'child_messages'
-// list. In this state all Messages refered to by the children in
+// list. In this state all Messages referred to by the children in
// 'child_messages' are owner by the 'owner'.
//
// When in the released state 'message', 'owner', 'parent', and