diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index f1f4ac9fb..977975e16 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -268,7 +268,7 @@ for more info about the hotlist. [[input_bar_size]] === How to use command line with more than one line? -The option _size_ in input bar can be set to a value higher than 1 (for fixed +The option _size_ in input bar can be set to a value greater than 1 (for fixed size, default size is 1) or 0 for dynamic size, and then option _size_max_ will set the max size (0 = no limit). diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index 4f586b196..0aef8e9ec 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -428,7 +428,7 @@ alias_hook_command (struct t_alias *alias) /* * build string with priority and name: the alias priority is 2000, which - * is higher than default one (1000), so the alias is executed before a + * is greater than default one (1000), so the alias is executed before a * command (if a command with same name exists in core or in another plugin) */ length = strlen (alias->name) + 16 + 1;