summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axspawn.c')
-rw-r--r--ax25/axspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axspawn.c b/ax25/axspawn.c
index 3e77443..34a2c56 100644
--- a/ax25/axspawn.c
+++ b/ax25/axspawn.c
@@ -880,7 +880,7 @@ int write_ax25(char *s, int len, int kick)
p = s; i = 0; j = 0;
if (last_ended_with_CR) {
/*
- * \r\n was splited. wrote already \r, now ommiting \n
+ * \r\n was splited. wrote already \r, now omitting \n
*/
if (*s == '\n') {
s++, p++;