Mercurial > pidgin.yaz
changeset 9645:1ba8c6a5ecd9
[gaim-migrate @ 10493]
Not again...
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 02 Aug 2004 04:19:26 +0000 |
parents | d54f14237255 |
children | 535343d6ca13 |
files | src/protocols/silc/ops.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/silc/ops.c Mon Aug 02 04:03:48 2004 +0000 +++ b/src/protocols/silc/ops.c Mon Aug 02 04:19:26 2004 +0000 @@ -1330,7 +1330,7 @@ buffer_length = va_arg(vp, SilcUInt32); if (!server_stats || !buffer_length) { gaim_notify_error(gc, _("Server Statistics"), - _("No server statisitics available"), NULL); + _("No server statistics available"), NULL); break; } silc_buffer_set(&buf, server_stats, buffer_length);