From 02ea93e88f0f7c7e6738e1db230f3a4c04de873f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 08:26:16 -0400 Subject: [PATCH] spelling: above Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/plugins/irc/irc-nick.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/irc/irc-nick.c b/src/plugins/irc/irc-nick.c index 8aad87939..869afba20 100644 --- a/src/plugins/irc/irc-nick.c +++ b/src/plugins/irc/irc-nick.c @@ -255,10 +255,10 @@ irc_nick_set_host (struct t_irc_nick *nick, const char *host) } /* - * Checks if nick is "op" or higher than "op", like channel admin/owner. + * Checks if nick is "op" or above "op", like channel admin/owner. * * Returns: - * 1: nick is "op" or higher + * 1: nick is "op" or above * 0: nick is not op */