aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-12-21 18:17:25 +0100
committerHarald Welte <laforge@gnumonks.org>2016-12-22 14:04:22 +0000
commit86d78437127a05e4361ab171237e7d9b47325eda (patch)
treec7cb7d16d2e0b31cc752b42926897d96394a2f2c
parent304420ca42e17ee85d896d5c9e1f2f19a43b8f39 (diff)
Fix some spelling errors
-rw-r--r--src/common/amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/amr.c b/src/common/amr.c
index b5d2c371..05d1aaac 100644
--- a/src/common/amr.c
+++ b/src/common/amr.c
@@ -83,7 +83,7 @@ int amr_parse_mr_conf(struct amr_multirate_conf *amr_mrc,
int i, j = 0;
if (mr_version != 1) {
- LOGP(DRSL, LOGL_ERROR, "AMR Multirate Version %u unknonw\n",
+ LOGP(DRSL, LOGL_ERROR, "AMR Multirate Version %u unknown\n",
mr_version);
goto ret_einval;
}