diff mcabber/src/commands.c @ 402:4f36d41695a9

Fix a typo
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Aug 2005 20:33:11 +0200
parents f8f3c7493457
children 48e7808c4191
line wrap: on
line diff
--- a/mcabber/src/commands.c	Mon Aug 22 20:32:11 2005 +0200
+++ b/mcabber/src/commands.c	Mon Aug 22 20:33:11 2005 +0200
@@ -434,7 +434,8 @@
   // FIXME check id =~ jabber id
   // 2nd parameter = optional nickname
   jb_addbuddy(id, nick, NULL);
-  scr_LogPrint(LPRINT_LOGNORM, "Sent presence notfication request to <%s>", id);
+  scr_LogPrint(LPRINT_LOGNORM, "Sent presence notification request to <%s>",
+               id);
   g_free(id);
 }