summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
Diffstat (limited to 'ax25')
-rw-r--r--ax25/ax25d.c2
-rw-r--r--ax25/ax25d.conf.52
-rw-r--r--ax25/axgetput/axgetput.c2
-rw-r--r--ax25/axgetput/proto_bin.c2
-rw-r--r--ax25/axspawn.c2
5 files changed, 5 insertions, 5 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)
diff --git a/ax25/ax25d.conf.5 b/ax25/ax25d.conf.5
index 539877e..8a864d8 100644
--- a/ax25/ax25d.conf.5
+++ b/ax25/ax25d.conf.5
@@ -206,7 +206,7 @@ A %.
.sp 1
The
.B peer
-argument is dependant upon whether AX.25, NET/ROM or Rose is being used. There are
+argument is dependent upon whether AX.25, NET/ROM or Rose is being used. There are
five formats of this argument:
.sp 1
.RS
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index 65c1d40..1da4ef5 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -180,7 +180,7 @@ static void usage(int all) {
fprintf(stderr, " otherwise, the data will be read to memory until EOF.\n");
fprintf(stderr, " -s is only available if stdin is a pipe\n");
fprintf(stderr, " if filename specified in filter, the given name will be suggested instead.\n");
- fprintf(stderr, " filename may be omited if used as filter.\n");
+ fprintf(stderr, " filename may be omitted if used as filter.\n");
}
fputc('\n', stderr);
fprintf(stderr, "Tips: - compressed download:\n");
diff --git a/ax25/axgetput/proto_bin.c b/ax25/axgetput/proto_bin.c
index 7d5eb3a..ebf61bd 100644
--- a/ax25/axgetput/proto_bin.c
+++ b/ax25/axgetput/proto_bin.c
@@ -224,7 +224,7 @@ int bput(void)
return 1;
}
if (term_line && len == len_termline && !memcmp(buf, term_line, len_termline)) {
- /* sucessfully read until termination string */
+ /* successfully read until termination string */
break;
}
}
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++;