From 5197ef90486c93a2121fe9b9e33c6055bc1c524d Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 10:22:54 +0000 Subject: [PATCH] fix: spelling --- tests/scripts/find-slow-to-highlight-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/find-slow-to-highlight-files.py b/tests/scripts/find-slow-to-highlight-files.py index 3e94b22f..565a6bcc 100644 --- a/tests/scripts/find-slow-to-highlight-files.py +++ b/tests/scripts/find-slow-to-highlight-files.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # This script goes through all languages that are supported by 'bat'. For each -# language, it loops over the correspoinding file extensions and searches a +# language, it loops over the corresponding file extensions and searches a # given folder for matching files. It calls 'bat' for each of these files and # measures the highlighting speed (number of characters per second). The script # reports files which lead to slow highlighting speeds or errors during the