From ce4a7773ccb606c51c824881e37043bc937c94f2 Mon Sep 17 00:00:00 2001 From: findmyhappy <167661649+findmyhappy@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:59:56 +0800 Subject: docs: fix some typos in comments (#23520) --- tools/copyright_checker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/copyright_checker.js b/tools/copyright_checker.js index 86289b9d4..73c5e6a71 100644 --- a/tools/copyright_checker.js +++ b/tools/copyright_checker.js @@ -71,7 +71,7 @@ export async function checkCopyright() { !fileText.startsWith(C_STYLE_COPYRIGHT_LINE) ) { let trimmedText = fileText; - // Attempt to trim accceptable lines + // Attempt to trim acceptable lines while ( ACCEPTABLE_LINES.test(trimmedText) && !trimmedText.startsWith(C_STYLE_COPYRIGHT_LINE) -- cgit v1.2.3