nat: Fix a typo in the log message for out of memory

This commit is contained in:
Holger Hans Peter Freyther 2013-01-01 11:25:16 +01:00
parent 6ecb3cb599
commit 6fbd864a65
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}