From 6a5f4fb9f9bc6cdbf3b01cad74b6caa7b4f7f451 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 9 Oct 2021 19:29:49 +0200 Subject: Typo: braket->bracket Change-Id: I75c8c0fc15acb7e3ae6e59de91d5d9f67a4cd1ee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123317 Tested-by: Jenkins Reviewed-by: Julien Nabet --- bin/update_pch | 2 +- bin/update_pch_bisect | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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) -- cgit