summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.c
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 21:15:04 +0200
commitd3e6d4ffaa02d8523220cf0ed2acd10594c86482 (patch)
treee771bb4afb9571939dd5a413ad77f72d022cb853 /ax25/axspawn.c
parent471c5882ceed45446f76df0fc1ae285930de28ed (diff)
Fixed spelling errors.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
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++;