summaryrefslogtreecommitdiff
path: root/bin/update_pch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-xbin/update_pch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update_pch b/bin/update_pch
index 6dc1b823ba58..7edd31f1ba71 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -176,7 +176,7 @@ def find_files(path, recurse=True):
def get_filename(line):
""" Strips the line from the
- '#include' and angled brakets
+ '#include' and angled brackets
and return the filename only.
"""
if not len(line) or line[0] != '#':