From 79b7947191825180504d97d2b7101063fbfd363b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 2 Dec 2015 00:51:11 +0100 Subject: [PATCH] typo fix --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 34df283..c529633 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ the actors. This is what happens with the GsmCallFsm()'s, which are created by the GsmCallConnector() representing both legs of a call and the MnccActor() that wraps the MNCC socket towards OsmoNITB. -The actual encoding/decodng of MNCC messages is auto-generated from the +The actual encoding/decoding of MNCC messages is auto-generated from the mncc header file #defines, enums and c-structures by means of ctypes code generation.