summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-10-09 19:29:49 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-10-09 20:19:36 +0200
commit6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451 (patch)
tree0313405373b0e80d6842b53685971c2d256c55c1 /bin
parentTypo: *Extesion* -> *Extension* (diff)
downloadcore-6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451.tar.gz
core-6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451.zip
Typo: braket->bracket
Change-Id: I75c8c0fc15acb7e3ae6e59de91d5d9f67a4cd1ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123317 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_pch2
-rwxr-xr-xbin/update_pch_bisect2
2 files changed, 2 insertions, 2 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] != '#':
diff --git a/bin/update_pch_bisect b/bin/update_pch_bisect
index 8c86ac3cc2db..271cbc88ff1b 100755
--- a/bin/update_pch_bisect
+++ b/bin/update_pch_bisect
@@ -123,7 +123,7 @@ def bisect(lines, marks, min, max, update, command):
def get_filename(line):
""" Strips the line from the
- '#include' and angled brakets
+ '#include' and angled brackets
and return the filename only.
"""
return re.sub(r'(.*#include\s*)<(.*)>(.*)', r'\2', line)