diff options
author | Nominate <thomas.bladon@st-hughs.ox.ac.uk> | 2013-08-05 18:52:28 +0100 |
---|---|---|
committer | Nominate <thomas.bladon@st-hughs.ox.ac.uk> | 2013-08-05 18:52:28 +0100 |
commit | 42c79dfcbb871163228495a544b72bdcc916cd53 (patch) | |
tree | f386f8a7ad2320af058f8554f2e40b1319bbfd50 /testing/toxic/prompt.c | |
parent | dcb10c0264386af118ec3292ff2f33a82e0dde3e (diff) |
Grammar/aesthetic amendment
Diffstat (limited to 'testing/toxic/prompt.c')
-rw-r--r-- | testing/toxic/prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/prompt.c b/testing/toxic/prompt.c index c28980c4..e5dc5086 100644 --- a/testing/toxic/prompt.c +++ b/testing/toxic/prompt.c | |||
@@ -318,7 +318,7 @@ static void print_usage(ToxWindow* self) { | |||
318 | wprintw(self->window, " myid : Print your ID\n"); | 318 | wprintw(self->window, " myid : Print your ID\n"); |
319 | wprintw(self->window, " quit/exit : Exit program\n"); | 319 | wprintw(self->window, " quit/exit : Exit program\n"); |
320 | wprintw(self->window, " help : Print this message again\n"); | 320 | wprintw(self->window, " help : Print this message again\n"); |
321 | wprintw(self->window, " clear: : Clear this window\n"); | 321 | wprintw(self->window, " clear : Clear this window\n"); |
322 | 322 | ||
323 | wattron(self->window, A_BOLD); | 323 | wattron(self->window, A_BOLD); |
324 | wprintw(self->window, "TIP: Use the TAB key to navigate through the tabs.\n\n"); | 324 | wprintw(self->window, "TIP: Use the TAB key to navigate through the tabs.\n\n"); |