[Pkg-privacy-commits] [libotr] 135/225: Imported Debian patch 3.0.0-2
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:13 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 9c9501f8d0203125f08d244ff46314b5e511d3f3
Author: Thibaut VARENE <varenet at debian.org>
Date: Mon Jan 2 19:52:18 2006 +0100
Imported Debian patch 3.0.0-2
---
debian/changelog | 6 ++++++
src/message.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ee1ae79..f7e0cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libotr (3.0.0-2) unstable; urgency=low
+
+ * Fix typo: "malformed messahes" (Closes: #345400)
+
+ -- Thibaut VARENE <varenet at debian.org> Mon, 2 Jan 2006 19:52:18 +0100
+
libotr (3.0.0-1) unstable; urgency=low
* New upstream release (closes: #337851)
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