# HG changeset patch # User Mikael Berthe # Date 1254668504 -7200 # Node ID 18069a9dca4a986fe837611f9d5b83abad5bd606 # Parent c431fa9e2876eca8b33698702abf68b8fc184e2b Fix typo in OTR messages (Anne) diff -r c431fa9e2876 -r 18069a9dca4a 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; }