1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

spelling: greater than

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:32 -04:00
committed by Sébastien Helleu
parent 80def4a36b
commit 1aa5b46ba5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;