aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/scripts/upload.py
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-26 11:48:08 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-30 12:52:27 +0200
commitbf6df7eaee5cfaafe2655fab143f348eba98c9af (patch)
tree0aed71d680339f754feaff8dc96bc642666047e7 /googlemock/scripts/upload.py
parent2134e3fd857d952e03ce76064fad5ac6e9036104 (diff)
downloadgoogletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.tar.gz
googletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.tar.bz2
googletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.zip
fix typos
Diffstat (limited to 'googlemock/scripts/upload.py')
-rwxr-xr-xgooglemock/scripts/upload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/scripts/upload.py b/googlemock/scripts/upload.py
index 95239dc2..4b574732 100755
--- a/googlemock/scripts/upload.py
+++ b/googlemock/scripts/upload.py
@@ -631,7 +631,7 @@ class VersionControlSystem(object):
new_content: For text files, this is empty. For binary files, this is
the contents of the new file, since the diff output won't contain
information to reconstruct the current file.
- is_binary: True iff the file is binary.
+ is_binary: True if the file is binary.
status: The status of the file.
"""