From a70857ce808bba36e67a66375290e340dcf75adc Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 24 Nov 2019 07:41:07 +0100 Subject: [PATCH] Fix typos in comments * src/ui/gui/memorandum.txt: Fix typo. * tests/language/command.at: Remove doubled word. --- src/ui/gui/memorandum.txt | 4 ++-- tests/language/command.at | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/gui/memorandum.txt b/src/ui/gui/memorandum.txt index 0df450b5c3..6e5de6e10a 100644 --- a/src/ui/gui/memorandum.txt +++ b/src/ui/gui/memorandum.txt @@ -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 diff --git a/tests/language/command.at b/tests/language/command.at index 476c8e71e8..3cca366387 100644 --- a/tests/language/command.at +++ b/tests/language/command.at @@ -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 -- 2.30.2