summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-21 10:22:54 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-08-21 23:07:37 +0200
commit5197ef90486c93a2121fe9b9e33c6055bc1c524d (patch)
treee3bbbccef63b220d3b19a4602535131cc870736a
parent19678527e5ef0e9982eb319acfebabf95de62780 (diff)
fix: spelling
-rw-r--r--tests/scripts/find-slow-to-highlight-files.py2
1 files changed, 1 insertions, 1 deletions
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