Fix typos in comments
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 24 Nov 2019 06:41:07 +0000 (07:41 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 26 Nov 2019 06:48:59 +0000 (07:48 +0100)
* src/ui/gui/memorandum.txt: Fix typo.
* tests/language/command.at: Remove doubled word.

src/ui/gui/memorandum.txt
tests/language/command.at

index 0df450b5c321c6a508e07bd8e77fac0779bc0294..6e5de6e10a4ba689fb6b74335f2deb0753d7bb6f 100644 (file)
@@ -111,7 +111,7 @@ this:
 +---------------+-----------------+----------------+-----------------+
 
 In the second panel from the left, we might want a selector button.
-However, we don't want to to fill the entire panel.
+However, we don't want to fill the entire panel.
 So we put it in inside a GtkAlignment.  From the "Containers" category
 click "Alignment". and then the panel.   Such a widget is of course
 not visible,  but you will note its presence from the widget hierarchy
@@ -191,7 +191,7 @@ dialog_state_valid (gpointer data)
   PsppireDialogActionFoobar *ud = PSPPIRE_DIALOG_ACTION_FOOBAR (data);
 
   // This function is a predicate to determine if the dialog box has
-  //   been set to a state where is is appropriate to click OK  /
+  //   been set to a state where it is appropriate to click OK  /
   //  Paste.
 
   // If it returns FALSE, the OK and PASTE buttons are insensitive
index 476c8e71e8dda02bc934903aa362f1a7a96ed361..3cca36638718745a26228893158e71f3b2e88822 100644 (file)
@@ -32,7 +32,7 @@ AT_CLEANUP
 dnl Tests for a bug where FINISH or EXIT wasn't executed until the lexer
 dnl read the first token of the next command.
 dnl
-dnl (If this reecurs, the the test will run forever.)
+dnl (If this reecurs, the test will run forever.)
 AT_SETUP([FINISH executes immediately])
 AT_CHECK([(echo "FINISH."; while echo ; do true; done) | pspp], [0], [ignore], [ignore])
 AT_CLEANUP