summaryrefslogtreecommitdiffstats
path: root/ax25/ax25d.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/ax25d.c
parent471c5882ceed45446f76df0fc1ae285930de28ed (diff)
Fixed spelling errors.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'ax25/ax25d.c')
-rw-r--r--ax25/ax25d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/ax25d.c b/ax25/ax25d.c
index ddbf0ae..e38bed4 100644
--- a/ax25/ax25d.c
+++ b/ax25/ax25d.c
@@ -1,6 +1,6 @@
/*
* This is my version of axl.c, written for the LBBS code to make it
- * compatable with the kernel AX25 driver. It appears to work, with
+ * compatible with the kernel AX25 driver. It appears to work, with
* my setup, so it'll probably not work else where :-).
*
* This was inspired by the example code written by Alan Cox (GW4PTS)