aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2022-07-14 12:43:52 +0200
committerStefan Kangas2022-07-14 12:52:32 +0200
commit41e612cfd684f03e34c8990df1b86b95e092211b (patch)
treed2ba94798f230db2835562679d0f3308fb1fd50f /test
parentade1238bce1cf69ebce8809a2d73cb92db94b977 (diff)
downloademacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz
emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip
; Fix typos
Diffstat (limited to 'test')
-rw-r--r--test/lisp/erc/resources/erc-d/erc-d-tests.el2
-rw-r--r--test/lisp/progmodes/python-tests.el2
-rw-r--r--test/manual/etags/cp-src/clheir.hpp2
-rw-r--r--test/manual/etags/merc-src/accumulator.m2
-rw-r--r--test/manual/etags/prol-src/natded.prolog2
-rwxr-xr-xtest/manual/indent/perl.perl2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/lisp/erc/resources/erc-d/erc-d-tests.el b/test/lisp/erc/resources/erc-d/erc-d-tests.el
index f64b5e8a74c..21005cd7600 100644
--- a/test/lisp/erc/resources/erc-d/erc-d-tests.el
+++ b/test/lisp/erc/resources/erc-d/erc-d-tests.el
@@ -1046,7 +1046,7 @@ nonzero for this to work."
1046 (kill-buffer client-buffer) 1046 (kill-buffer client-buffer)
1047 (kill-buffer dumb-server-buffer)))) 1047 (kill-buffer dumb-server-buffer))))
1048 1048
1049;; Without adjusting penalty, takes ~15 secs. With is comprable to direct ^. 1049;; Without adjusting penalty, takes ~15 secs. With is comparable to direct ^.
1050(ert-deftest erc-d-run-fuzzy () 1050(ert-deftest erc-d-run-fuzzy ()
1051 :tags '(:expensive-test) 1051 :tags '(:expensive-test)
1052 (let ((erc-server-flood-penalty 1.2) ; penalty < margin/sends is basically 0 1052 (let ((erc-server-flood-penalty 1.2) ; penalty < margin/sends is basically 0
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index d7b3c102f2d..92c20288c8e 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -1875,7 +1875,7 @@ class C(object):
1875 (python-tests-look-at "def m(self):" -1) 1875 (python-tests-look-at "def m(self):" -1)
1876 (beginning-of-line) 1876 (beginning-of-line)
1877 (point)))) 1877 (point))))
1878 ;; Nested defuns shuld be skipped. 1878 ;; Nested defuns should be skipped.
1879 (python-tests-look-at "return a" -1) 1879 (python-tests-look-at "return a" -1)
1880 (should (= (save-excursion 1880 (should (= (save-excursion
1881 (python-nav-beginning-of-defun) 1881 (python-nav-beginning-of-defun)
diff --git a/test/manual/etags/cp-src/clheir.hpp b/test/manual/etags/cp-src/clheir.hpp
index 55d91228fb3..831da5ca095 100644
--- a/test/manual/etags/cp-src/clheir.hpp
+++ b/test/manual/etags/cp-src/clheir.hpp
@@ -2,7 +2,7 @@
2/* CLHEIR.H */ 2/* CLHEIR.H */
3/* ======================================================================= */ 3/* ======================================================================= */
4 4
5// CLASS HEIRARCHY 5// CLASS HIERARCHY
6// Locations or Agents are both of type generic_object. Generic_objects may 6// Locations or Agents are both of type generic_object. Generic_objects may
7// have states, and are responsible for updating their states appropriately 7// have states, and are responsible for updating their states appropriately
8// when their step() functions are executed. 8// when their step() functions are executed.
diff --git a/test/manual/etags/merc-src/accumulator.m b/test/manual/etags/merc-src/accumulator.m
index c82dbf58ff8..0ee41216c11 100644
--- a/test/manual/etags/merc-src/accumulator.m
+++ b/test/manual/etags/merc-src/accumulator.m
@@ -616,7 +616,7 @@ identify_recursive_calls(PredId, ProcId, GoalStore, Ids) :-
616 % Determine the variables which are members of the sets Out and Out', 616 % Determine the variables which are members of the sets Out and Out',
617 % and initialize the substitutions between the two sets. 617 % and initialize the substitutions between the two sets.
618 % 618 %
619 % This is done by identifing those variables whose instantiatedness change 619 % This is done by identifying those variables whose instantiatedness change
620 % in the goals after the recursive call and are headvars. 620 % in the goals after the recursive call and are headvars.
621 % 621 %
622 % Note that we are only identifying the output variables which will need 622 % Note that we are only identifying the output variables which will need
diff --git a/test/manual/etags/prol-src/natded.prolog b/test/manual/etags/prol-src/natded.prolog
index f0ee6b41b12..08c81d48f61 100644
--- a/test/manual/etags/prol-src/natded.prolog
+++ b/test/manual/etags/prol-src/natded.prolog
@@ -371,7 +371,7 @@ derived_analyses([W|Ws],[W|DerWs]):-
371 371
372% build(Ws:+<list(<word>)>, Right:+<int>, Left:-<int>) 372% build(Ws:+<list(<word>)>, Right:+<int>, Left:-<int>)
373% ---------------------------------------------------------------------- 373% ----------------------------------------------------------------------
374% finishes building chart with Ws as remaing word, starting from 374% finishes building chart with Ws as remaining word, starting from
375% right position Right and finishing on left position Left 375% right position Right and finishing on left position Left
376% -- counts backwards, so Left > Right 376% -- counts backwards, so Left > Right
377% ---------------------------------------------------------------------- 377% ----------------------------------------------------------------------
diff --git a/test/manual/indent/perl.perl b/test/manual/indent/perl.perl
index db94552a928..b44593da028 100755
--- a/test/manual/indent/perl.perl
+++ b/test/manual/indent/perl.perl
@@ -90,7 +90,7 @@ s:abc:def:g; # FIXME: the initial s is fontified like a label, and indented
90s'def'ghi'g; # The middle ' should not end the quoting. 90s'def'ghi'g; # The middle ' should not end the quoting.
91s"ghi"ijk"g; # The middle ' should not end the quoting. 91s"ghi"ijk"g; # The middle ' should not end the quoting.
92 92
93s#ijk#lmn#g; # This is a regular expression sustitution. 93s#ijk#lmn#g; # This is a regular expression substitution.
94 94
95s #lmn#opq#g; # FIXME: this should be a comment starting with "#lmn" 95s #lmn#opq#g; # FIXME: this should be a comment starting with "#lmn"
96 /lmn/rst/g; # and this is the actual regular expression 96 /lmn/rst/g; # and this is the actual regular expression