summaryrefslogtreecommitdiffstats
path: root/listen/ax25dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'listen/ax25dump.c')
-rw-r--r--listen/ax25dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listen/ax25dump.c b/listen/ax25dump.c
index 5a870b7..6342dd4 100644
--- a/listen/ax25dump.c
+++ b/listen/ax25dump.c
@@ -297,7 +297,7 @@ void ax25_dump(unsigned char *data, int length, int hexdump)
lprintf(T_AXHDR, "\n");
} else if ((type == SABM || type == UA) && length >= 2) {
/* FlexNet transmits the QSO "handle" for header
- * compression in SABM and UA frame data fields
+ * compression in SABM and UA frame data fields
*/
lprintf(T_AXHDR, " [%d]%s ", (data[0] << 8) | data[1],
dama);