From 42c79dfcbb871163228495a544b72bdcc916cd53 Mon Sep 17 00:00:00 2001 From: Nominate Date: Mon, 5 Aug 2013 18:52:28 +0100 Subject: Grammar/aesthetic amendment --- testing/toxic/prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/toxic/prompt.c') 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) { wprintw(self->window, " myid : Print your ID\n"); wprintw(self->window, " quit/exit : Exit program\n"); wprintw(self->window, " help : Print this message again\n"); - wprintw(self->window, " clear: : Clear this window\n"); + wprintw(self->window, " clear : Clear this window\n"); wattron(self->window, A_BOLD); wprintw(self->window, "TIP: Use the TAB key to navigate through the tabs.\n\n"); -- cgit v1.2.3