diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-05 10:55:28 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-05 10:55:28 -0700 |
commit | f0397ebb2b85100e2ac1b2d3a377ba012ab53240 (patch) | |
tree | f386f8a7ad2320af058f8554f2e40b1319bbfd50 /testing | |
parent | dcb10c0264386af118ec3292ff2f33a82e0dde3e (diff) | |
parent | 42c79dfcbb871163228495a544b72bdcc916cd53 (diff) |
Merge pull request #339 from Nominate/patch-3
Grammar/aesthetic amendment
Diffstat (limited to 'testing')
-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"); |