aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-26 11:50:34 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-26 11:50:34 +0100
commit644b8080349d7d42ca89946acc207592fd0acc2d (patch)
treeceded3c147f55b819e11503e91cc4d9e75bbcd43 /root_commands.c
parent9a1c14d8b636510242f81558f7f0a43918636865 (diff)
A few more minor cleanups before merging this into mainline.
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c
index f8f2e578..fcf6f66e 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -458,7 +458,7 @@ static void cmd_account( irc_t *irc, char **cmd )
irc_rootmsg( irc, "You can now use the /OPER command to "
"enter the password" );
if( oauth )
- irc_rootmsg( irc, "Alternatively, enable oauth if "
+ irc_rootmsg( irc, "Alternatively, enable OAuth if "
"the account supports it: account %s "
"set oauth on", a->tag );
}