[Pkg-privacy-commits] [libotr] 29/225: * src/message.c: Fix a typo, thanks to Anton Blanchard 	<anton at samba.org>.
    Ximin Luo 
    infinity0 at moszumanska.debian.org
       
    Sat Aug 22 12:44:48 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit e3dbe747595022770566d9b58b5ab75f319c69bd
Author: cypherpunk <cypherpunk>
Date:   Sat Dec 31 04:39:51 2005 +0000
    	* src/message.c: Fix a typo, thanks to Anton Blanchard
    	<anton at samba.org>.
---
 ChangeLog     | 5 +++++
 src/message.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 8c9e309..1819f5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-30
+
+	* src/message.c: Fix a typo, thanks to Anton Blanchard
+	<anton at samba.org>.
+
 2005-11-20
 
 	* src/proto.h: Fix typo in policy #defines.
diff --git a/src/message.c b/src/message.c
index 7ac99f8..26bea8f 100644
--- a/src/message.c
+++ b/src/message.c
@@ -830,7 +830,7 @@ int otrl_message_receiving(OtrlUserState us, const OtrlMessageAppOps *ops,
 			    break;
 			}
 			format = is_conflict ? "We received an unreadable "
-			    "encrypted messahe from %s." :
+			    "encrypted message from %s." :
 			    "We received a malformed data message from %s.";
 			buf = malloc(strlen(format) + strlen(sender) - 1);
 			if (buf) {
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
    
    
More information about the Pkg-privacy-commits
mailing list