summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-08-02 17:06:47 (GMT)
committerGennadiy Civil <misterg@google.com>2019-08-02 17:06:47 (GMT)
commit47092933fde8d08773ac98c011b311d82f858e22 (patch)
tree1ae96530df41c0a5b0f73747b3f0546ae9b7b2b8 /googlemock
parent6a2adc0eedd8ca47f1808dcd315b17666fb2fbe4 (diff)
parent210239e8002401e0a9e30d6894e4434be6d013a7 (diff)
downloadgoogletest-47092933fde8d08773ac98c011b311d82f858e22.zip
googletest-47092933fde8d08773ac98c011b311d82f858e22.tar.gz
googletest-47092933fde8d08773ac98c011b311d82f858e22.tar.bz2
Merge pull request #2361 from guillemglez:master
PiperOrigin-RevId: 261340959
Diffstat (limited to 'googlemock')
-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 95239dc..4b57473 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.
"""