From 6fbd864a65981af00c0e7a8479d2b5cbbf129abd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 1 Jan 2013 11:25:16 +0100 Subject: nat: Fix a typo in the log message for out of memory --- openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/osmo-bsc_nat') 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; } -- cgit v1.2.3