Fix typo in OTR messages (Anne)
authorMikael Berthe <mikael@lilotux.net>
Sun, 04 Oct 2009 17:01:44 +0200
changeset 1584 18069a9dca4a
parent 1583 c431fa9e2876
child 1585 da6a359c8a03
Fix typo in OTR messages (Anne)
mcabber/src/otr.c
--- a/mcabber/src/otr.c	Sun Oct 04 16:58:04 2009 +0200
+++ b/mcabber/src/otr.c	Sun Oct 04 17:01:44 2009 +0200
@@ -538,7 +538,7 @@
   if (ctx) {
     if (!ctx->smstate->secret) {
       scr_LogPrint(LPRINT_LOGNORM,
-                   "Don't call smpr before you haven't received an SMP "
+                   "Don't call smpr until you have received an SMP "
                    "Initiation!");
       return;
     }