about summary refs log tree commit diff stats
path: root/src/otr/otrlibv4.c
diff options
context:
space:
mode:
authorDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-11 18:54:20 +0200
committerDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-11 18:54:20 +0200
commit225312802e8c7fbc904403af119207d782b2f840 (patch)
treef7f0abf62fdd1bd9f55cc596ef2482dcc24bc73c /src/otr/otrlibv4.c
parent651d5aaaf0888ad7e7c840cb012c58973f742425 (diff)
downloadprofani-tty-225312802e8c7fbc904403af119207d782b2f840.tar.gz
Spelling errors fixed and hyphenation used as minus sign fixed
Diffstat (limited to 'src/otr/otrlibv4.c')
-rw-r--r--src/otr/otrlibv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index a91bbe43..27b99f06 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -72,7 +72,7 @@ cb_otr_error_message(void *opdata, ConnContext *context,
     switch(err_code)
     {
         case OTRL_ERRCODE_ENCRYPTION_ERROR:
-            return strdup("OTR Error: occured while encrypting a message");
+            return strdup("OTR Error: occurred while encrypting a message");
         case OTRL_ERRCODE_MSG_NOT_IN_PRIVATE:
             return strdup("OTR Error: Sent encrypted message to somebody who is not in a mutual OTR session");
         case OTRL_ERRCODE_MSG_UNREADABLE: