From 7e4e9e668853d8cc404ace0c160376d113069c32 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 18 Apr 2019 17:05:10 +0200 Subject: [PATCH] Fix typo in /help roster --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 358c8d40..15d072a4 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -372,7 +372,7 @@ static struct cmd_t command_defs[] = { "resource indent ", "Indent resource line by spaces (0 to 10)." }, { "resource join on|off", "Join resource with previous line when only one available resource." }, { "presence indent ", "Indent presence line by spaces (-1 to 10), a value of -1 will show presence on the previous line." }, - { "size ", "Percentage of the screen taken up by the roster (1-99)." }, + { "size ", "Percentage of the screen taken up by the roster (1-99)." }, { "wrap on|off", "Enable or disable line wrapping in roster panel." }, { "add []", "Add a new item to the roster." }, { "remove ", "Removes an item from the roster." },