summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-16 01:17:44 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-16 01:19:41 -0800
commit516e855773d7231599a80716f7e265b01ad2f9d8 (patch)
tree4874af79e171b6759a66bd0b4a3c120e8d9f3eba
parentb63a9923464602ad73e205e3fb0e10dce8f4ac30 (diff)
downloadgrep-516e855773d7231599a80716f7e265b01ad2f9d8.tar.gz
maint: spelling fixes
-rw-r--r--THANKS.in2
-rwxr-xr-xtests/long-pattern-perf2
-rwxr-xr-xtests/pcre-utf8-w3
3 files changed, 4 insertions, 3 deletions
diff --git a/THANKS.in b/THANKS.in
index d0d6f926..17842e10 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -51,7 +51,7 @@ Joel N. Weber II devnull@gnu.org
John Hughes john@nitelite.calvacom.fr
Jorge Stolfi stolfi@dcc.unicamp.br
Karl Heuer kwzh@gnu.org
-Karl Petterson karl.pettersson@klpn.se
+Karl Pettersson karl.pettersson@klpn.se
Kaveh R. Ghazi ghazi@caip.rutgers.edu
Kazuro Furukawa furukawa@apricot.kek.jp
Keith Bostic bostic@bsdi.com
diff --git a/tests/long-pattern-perf b/tests/long-pattern-perf
index 72f63e02..5e9e6e9b 100755
--- a/tests/long-pattern-perf
+++ b/tests/long-pattern-perf
@@ -42,7 +42,7 @@ base_ms=$(cat base-ms)
# mem requirements of the 2nd test, and the latter ended up taking >35x
# more time than the base case. Skipping this test for any system using
# more than this many milliseconds for the first case should avoid those
-# false-postitive failures while skipping the test on few other systems.
+# false-positive failures while skipping the test on few other systems.
test 800 -lt "$base_ms" && skip_ "this base-case test took too long"
returns_ 0 user_time_ 1 grep -f re-10x in > b10x-ms \
diff --git a/tests/pcre-utf8-w b/tests/pcre-utf8-w
index 81ac9ff8..a88ace4d 100755
--- a/tests/pcre-utf8-w
+++ b/tests/pcre-utf8-w
@@ -1,5 +1,6 @@
#!/bin/sh
-# Ensure non-ASCII UTF-8 characters are correctly identified as word-consituent
+# Ensure non-ASCII UTF-8 characters are correctly identified as
+# word-constituents
#
# Copyright (C) 2023 Free Software Foundation, Inc.
#