aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-02 00:51:11 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-02 00:51:11 +0100
commit79b7947191825180504d97d2b7101063fbfd363b (patch)
tree77586145b93df345a6f44b00b7f1990552fb680d
parente47c3eee45f9927ff7616654bbcfefe641d20a50 (diff)
typo fix
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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.