changeset 402:4f36d41695a9

Fix a typo
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Aug 2005 20:33:11 +0200
parents 84222be1f440
children 17aa60c6dc63
files mcabber/src/commands.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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);
 }