summaryrefslogtreecommitdiffstats
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
parent471c5882ceed45446f76df0fc1ae285930de28ed (diff)
Fixed spelling errors.HEADmaster
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
-rw-r--r--ChangeLog2
-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
-rw-r--r--kiss/mkiss.c4
-rw-r--r--tcpip/ttylinkd.README2
-rw-r--r--tcpip/ttylinkd.c2
-rw-r--r--tcpip/ttylinkd.conf.52
10 files changed, 11 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index bcdc751..547c474 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,7 +27,7 @@ ax25-tools (0.0.10)
coding style of the kernel.
* Updated to recent autoconf and automake version to keep the code
buildable on modern distributions.
- * Improvments to git usage.
+ * Improvements to git usage.
* Fix possible buffer overflows.
* Updates and corrections to man pages.
* Code cleanups all across the tree.
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++;
diff --git a/kiss/mkiss.c b/kiss/mkiss.c
index 1747c33..a63446e 100644
--- a/kiss/mkiss.c
+++ b/kiss/mkiss.c
@@ -11,8 +11,8 @@
*
* 1.01 12/30/95 Ron Curry - Fixed FD_STATE bug where FD_STATE was being used for
* three state machines causing spurious writes to wrong TNC port. FD_STATE is
- * now used for real serial port, FD0_STATE for first psuedo tty, and FD1_STATE
- * for second psuedo tty. This was an easy fix but a MAJOR bug.
+ * now used for real serial port, FD0_STATE for first pseudo tty, and FD1_STATE
+ * for second pseudo tty. This was an easy fix but a MAJOR bug.
*
* 1.02 3/1/96 Jonathan Naylor - Make hardware handshaking default to off.
* Allowed for true multiplexing of the data from the two pseudo ttys.
diff --git a/tcpip/ttylinkd.README b/tcpip/ttylinkd.README
index eecdf0c..7d3a970 100644
--- a/tcpip/ttylinkd.README
+++ b/tcpip/ttylinkd.README
@@ -1,6 +1,6 @@
README file for ttylinkd: The ttylink daemon, dated 5 Mar 1997
-This program allows you to recieve ttylink requests from NOS or other
+This program allows you to receive ttylink requests from NOS or other
stations. It uses the normal Un*x talk protocol for the sysop end and inetd
for the user's end.
diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c
index daa2067..163631a 100644
--- a/tcpip/ttylinkd.c
+++ b/tcpip/ttylinkd.c
@@ -12,7 +12,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have recieved a copy of the GNU General Public License
+ * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
* 02110-1301, USA.
diff --git a/tcpip/ttylinkd.conf.5 b/tcpip/ttylinkd.conf.5
index d9a87ef..7fdd470 100644
--- a/tcpip/ttylinkd.conf.5
+++ b/tcpip/ttylinkd.conf.5
@@ -10,7 +10,7 @@ Current there is only one field, with the view of not extending this further
.SH PARAMETERS
.TP 10
.B #
-Any line beginning with the hash (#) symbol is a comment and wille be ignored.
+Any line beginning with the hash (#) symbol is a comment and will be ignored.
.TP 10
.B "sysop=<user>[@hostname.domain.name]"
The login <user> will be attempted to be contacted with ttylinkd(8) is