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

irc: fix typo in a comment

This commit is contained in:
Sebastien Helleu
2012-02-29 19:13:34 +01:00
parent 38ba105547
commit 97888e7ef5
+1 -1
View File
@@ -262,7 +262,7 @@ irc_server_sasl_enabled (struct t_irc_server *server)
IRC_SERVER_OPTION_SASL_PASSWORD);
/*
* SASL is enabled if using mechanism "externel"
* SASL is enabled if using mechanism "external"
* or if both username AND password are set
*/
return ((sasl_mechanism == IRC_SASL_MECHANISM_EXTERNAL)