diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-09 19:29:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-09 20:19:36 +0200 |
commit | 6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451 (patch) | |
tree | 0313405373b0e80d6842b53685971c2d256c55c1 /bin | |
parent | 70faac516e12944dfed2f8e0c5b6593435985d20 (diff) |
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-x | bin/update_pch | 2 | ||||
-rwxr-xr-x | bin/update_pch_bisect | 2 |
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) |