diff options
author | Michael Vetter <jubalh@iodoru.org> | 2019-04-18 17:05:10 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2019-04-18 17:05:10 +0200 |
commit | 7e4e9e668853d8cc404ace0c160376d113069c32 (patch) | |
tree | 5136ef605a402102bf2004094cd8bf097c326161 | |
parent | f601e875a957cb37b336ca75da5ab48744c2fb36 (diff) | |
download | profani-tty-7e4e9e668853d8cc404ace0c160376d113069c32.tar.gz |
Fix typo in /help roster
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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>", "Indent resource line by <indent> spaces (0 to 10)." }, { "resource join on|off", "Join resource with previous line when only one available resource." }, { "presence indent <indent>", "Indent presence line by <indent> spaces (-1 to 10), a value of -1 will show presence on the previous line." }, - { "size <precent>", "Percentage of the screen taken up by the roster (1-99)." }, + { "size <percent>", "Percentage of the screen taken up by the roster (1-99)." }, { "wrap on|off", "Enable or disable line wrapping in roster panel." }, { "add <jid> [<nick>]", "Add a new item to the roster." }, { "remove <jid>", "Removes an item from the roster." }, |