aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-01-01 11:25:16 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-07 15:02:34 +0100
commit6fbd864a65981af00c0e7a8479d2b5cbbf129abd (patch)
treeb2ba5b1713cdb8b7a7866e6e89c11cda3083a1d8
parent6ecb3cb599f0d70ef61fcbdd9b4af935f9caa45d (diff)
nat: Fix a typo in the log message for out of memory
-rw-r--r--openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c b/openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c
index 79f03c2e8..1eed149a5 100644
--- a/openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c
+++ b/openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c
@@ -576,7 +576,7 @@ void bsc_nat_num_rewr_entry_adapt(void *ctx, struct llist_head *head,
entry = talloc_zero(ctx, struct bsc_nat_num_rewr_entry);
if (!entry) {
LOGP(DNAT, LOGL_ERROR,
- "Allication of the num_rewr entry failed.\n");
+ "Allocation of the num_rewr entry failed.\n");
continue;
}