Spelling errors fixed and hyphenation used as minus sign fixed

This commit is contained in:
Dariusz Dwornikowski
2014-08-11 18:54:20 +02:00
parent 651d5aaaf0
commit 225312802e
6 changed files with 10 additions and 10 deletions

View File

@@ -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: