Merge pull request #3179 from bjwatson/fix-duration-typo

Fix typos in comment
This commit is contained in:
Feng Xiao 2017-07-20 13:01:04 -07:00 committed by GitHub
commit 062df3d072

View File

@ -532,8 +532,8 @@ class _Parser(object):
def _ConvertGenericMessage(self, value, message):
"""Convert a JSON representation into message with FromJsonString."""
# Durantion, Timestamp, FieldMask have FromJsonString method to do the
# convert. Users can also call the method directly.
# Duration, Timestamp, FieldMask have a FromJsonString method to do the
# conversion. Users can also call the method directly.
message.FromJsonString(value)
def _ConvertValueMessage(self, value, message):