about summary refs log tree commit diff stats
path: root/src/otr/otrlibv4.c
diff options
context:
space:
mode:
authorJack Henschel <jh@openmailbox.org>2016-09-27 16:20:37 +0200
committerJack Henschel <jh@openmailbox.org>2016-09-27 16:20:37 +0200
commit4b2f9448f70f9b4b4441f8b52fe69266e9aaf808 (patch)
treeef97d53fa3b9cccd412e278d80b96d4f48d0f20f /src/otr/otrlibv4.c
parentb087f84d955e867b579523a7e4eb33588bfa9b2f (diff)
downloadprofani-tty-4b2f9448f70f9b4b4441f8b52fe69266e9aaf808.tar.gz
Correct minor spelling errors
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 ab39e81c..af41baed 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -120,7 +120,7 @@ cb_handle_msg_event(void *opdata, OtrlMessageEvent msg_event,
             ui_handle_otr_error(context->username, "OTR: Policy requires encryption, but attempting to send an unencrypted message.");
             break;
         case OTRL_MSGEVENT_ENCRYPTION_ERROR:
-             ui_handle_otr_error(context->username, "OTR: Error occured while encrypting a message, message not sent.");
+             ui_handle_otr_error(context->username, "OTR: Error occurred while encrypting a message, message not sent.");
             break;
         case OTRL_MSGEVENT_CONNECTION_ENDED:
             ui_handle_otr_error(context->username, "OTR: Message not sent because contact has ended the private conversation.");