aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-10 23:46:17 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-11 18:11:21 +0100
commit30a3d2f0fe75385384c604a94eedb1e83f515464 (patch)
tree77ef894f45349fb3ec3a706781a64ad891296ce0
parent4babba62b85192473f3545fa2bb7b6b1a4e66c50 (diff)
debug: Fix typo in the debug category
-rw-r--r--openbsc/src/libcommon/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c
index b6ed66b4a..b3685e6d2 100644
--- a/openbsc/src/libcommon/debug.c
+++ b/openbsc/src/libcommon/debug.c
@@ -147,7 +147,7 @@ static const struct log_info_cat default_categories[] = {
},
[DNAT] = {
.name = "DNAT",
- .description = "GSM 08.08 NAT/Multipkexer",
+ .description = "GSM 08.08 NAT/Multiplexer",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
[DCTRL] = {