# HG changeset patch # User Mikael Berthe # Date 1124735591 -7200 # Node ID 4f36d41695a90c00df8967a80c933d03f5f5fd7c # Parent 84222be1f440e1ca58685ad720254e28da3f1074 Fix a typo diff -r 84222be1f440 -r 4f36d41695a9 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); }