aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.cpp
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2018-10-06 10:42:58 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:56:19 +0000
commit8bb790445852ee8c6846a3a48f455a28b6514c63 (patch)
treeee54f61d5ef0fbb5a723efb917253a11e0d5b608 /src/encoding.cpp
parentf3038e7b2a27270185337ec707dee5f4b9b25826 (diff)
fix spelling errors detected by lintian
Diffstat (limited to 'src/encoding.cpp')
-rw-r--r--src/encoding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index ca9e906e..3fac75e0 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -532,7 +532,7 @@ int Encoding::write_immediate_assignment(
if (rc < 0) {
LOGP(DRLCMAC, LOGL_ERROR,
- "Failed to create IMMEDIATE ASSIGMENT (%s) for %s\n",
+ "Failed to create IMMEDIATE ASSIGNMENT (%s) for %s\n",
downlink ? "downlink" : "uplink",
tbf ? tbf->name() : "single block allocation");
return rc;