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

irc: fix typo in a message

This commit is contained in:
Sébastien Helleu
2014-06-19 07:49:54 +02:00
parent d65afdfc7c
commit 56f5a01b99
13 changed files with 35 additions and 34 deletions
+2 -1
View File
@@ -3995,7 +3995,8 @@ irc_server_gnutls_callback (void *data, gnutls_session_t tls_session,
else
{
weechat_printf (server->buffer,
_("%sgnutls: unable to read certifcate \"%s\""),
_("%sgnutls: unable to read certificate "
"\"%s\""),
weechat_prefix ("error"), cert_path2);
}
}