From c1a0d22dc3b51d85f942afb6d2e9578986bcc7ba Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 4 Sep 2016 19:12:38 +0200 Subject: [PATCH] Thank you, Yoshimo! ;-) --- src/pEpmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEpmodule.cc b/src/pEpmodule.cc index 6e4ab6b..c8cd316 100644 --- a/src/pEpmodule.cc +++ b/src/pEpmodule.cc @@ -72,7 +72,7 @@ BOOST_PYTHON_MODULE(pEp) " hex encoded\n" " comm_type first rating level of this communication channel\n" " lang ISO 639-1 language code for language being preferred\n" - " on this communication cahnnel\n" + " on this communication channel\n" ) .def(init()) .def(init())