Fix a typo
authorMikael Berthe <mikael@lilotux.net>
Mon, 22 Aug 2005 20:33:11 +0200
changeset 402 4f36d41695a9
parent 401 84222be1f440
child 403 17aa60c6dc63
Fix a typo
mcabber/src/commands.c
--- 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);
 }