From: John Darrington Date: Sun, 24 Nov 2019 06:41:07 +0000 (+0100) Subject: Fix typos in comments X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70857ce808bba36e67a66375290e340dcf75adc;p=pspp Fix typos in comments * src/ui/gui/memorandum.txt: Fix typo. * tests/language/command.at: Remove doubled word. --- 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