aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/scripts/pump.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 /googletest/scripts/pump.py
parent2134e3fd857d952e03ce76064fad5ac6e9036104 (diff)
downloadgoogletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.tar.gz
googletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.tar.bz2
googletest-bf6df7eaee5cfaafe2655fab143f348eba98c9af.zip
fix typos
Diffstat (limited to 'googletest/scripts/pump.py')
-rwxr-xr-xgoogletest/scripts/pump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/scripts/pump.py b/googletest/scripts/pump.py
index 5efb653c..7dfb87a4 100755
--- a/googletest/scripts/pump.py
+++ b/googletest/scripts/pump.py
@@ -161,7 +161,7 @@ class Token:
def StartsWith(lines, pos, string):
- """Returns True iff the given position in lines starts with 'string'."""
+ """Returns True if the given position in lines starts with 'string'."""
return lines[pos.line][pos.column:].startswith(string)