summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--ax25ipd/README.ax25ipd4
-rw-r--r--ax25ipd/ax25ipd.conf2
-rw-r--r--ax25ipd/bpqether.c2
-rw-r--r--ax25rtd/README.ax25rtd2
-rw-r--r--ax25rtd/ax25rtd.c2
-rw-r--r--call/call.c2
-rw-r--r--call/menu.c2
8 files changed, 9 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 05f7392..d8fa2dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ ax25-apps (0.0.8)
resized. call now relies on libncursesw and is UTF8-capable.
* Lots of small cleanup and fixes to silence warnings and issues
raised by modern compilers, code checkers and manual review.
- * Improvments to git usage.
+ * Improvements to git usage.
* Update to work without warnings with latest autotools.
* Lots of stylistic cleanups to the code trying to follow the
coding style of the kernel.
diff --git a/ax25ipd/README.ax25ipd b/ax25ipd/README.ax25ipd
index a9c0a9d..3ae9af1 100644
--- a/ax25ipd/README.ax25ipd
+++ b/ax25ipd/README.ax25ipd
@@ -234,7 +234,7 @@ myalias2 uhfdjf
Everything else is the same. Note that if you leave out the mycall2 and
myalias2 defines, it works just like the original in single port mode. For
-recieving on the KISS (dual) port, packets are checked against both callsigns
+receiving on the KISS (dual) port, packets are checked against both callsigns
and aliases. Whoever is on the other end of the AXIP link can find out what
port it came from by looking at the who it got digi'd through, although
I can't think of any reason to do that... For transmiting, you go out the
@@ -443,7 +443,7 @@ route vk5wsr-0 44.136.202.241
route vk5dj-15 44.136.202.241
route vk5ham* 44.136.202.241
#
-# a default route. Carefull here, all undefined traffic end's up here.
+# a default route. Careful here, all undefined traffic end's up here.
#
route default 44.136.202.241
#
diff --git a/ax25ipd/ax25ipd.conf b/ax25ipd/ax25ipd.conf
index 57d98e2..1fd7677 100644
--- a/ax25ipd/ax25ipd.conf
+++ b/ax25ipd/ax25ipd.conf
@@ -32,7 +32,7 @@ mode tnc
#
# alternatively, if you have the kernel module bpqether:
# if you use tun/tap or ethertap instead of kissattach you may say, without
-# leading slashes (!! - that's how ax25ipd consideres using the tty kiss
+# leading slashes (!! - that's how ax25ipd considers using the tty kiss
# driver or tun/tap or ethertap):
# with tun/tap:
# device foobar
diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c
index 9c0e8e2..01478e7 100644
--- a/ax25ipd/bpqether.c
+++ b/ax25ipd/bpqether.c
@@ -1,5 +1,5 @@
/*
- * this is a port of wampes ethertap whith my extension for bpqether
+ * this is a port of wampes ethertap with my extension for bpqether
*
* (c) 20020630 Thomas Osterried dl9sau
* License: GPL
diff --git a/ax25rtd/README.ax25rtd b/ax25rtd/README.ax25rtd
index 4bd6910..ebe0ab6 100644
--- a/ax25rtd/README.ax25rtd
+++ b/ax25rtd/README.ax25rtd
@@ -62,7 +62,7 @@ can be turned on or off by altering the configuration file
/etc/ax25/ax25rtd.conf.
Ax25routed provides a socket /var/ax25/ax25rtd/control which is used for
-runtime maintainance through ax25rtctl or to set up new routes by other
+runtime maintenance through ax25rtctl or to set up new routes by other
daemons (a Flexnet router, perhaps?)
On startup ax25rtd reads the configuration file and afterwards preloads
diff --git a/ax25rtd/ax25rtd.c b/ax25rtd/ax25rtd.c
index e2637d4..8fcf87a 100644
--- a/ax25rtd/ax25rtd.c
+++ b/ax25rtd/ax25rtd.c
@@ -24,7 +24,7 @@
* and saves the cache on demand or at shutdown in /var/ax25/ax25rtd/ip_route
* and /var/ax25/ax25rtd/ax25_route. The configuration file is
* /etc/ax25/ax25rtd.conf, you can almost everything configure
- * there. See ax25rtcl.c for runtime maintainance.
+ * there. See ax25rtcl.c for runtime maintenance.
*
*/
diff --git a/call/call.c b/call/call.c
index ded9b12..1268429 100644
--- a/call/call.c
+++ b/call/call.c
@@ -520,7 +520,7 @@ static void drawinbuf(WINDOW *w, wchar_t *string, int bytes, int cur_pos)
x = xpos;
cursorx = xpos;
- // cur_pos-1 = the chracter that was just added.
+ // cur_pos-1 = the character that was just added.
for (n=cur_pos-2;n>=0;n--) {
/*
* Move x position to start of string or 0
diff --git a/call/menu.c b/call/menu.c
index 05ea00b..378b204 100644
--- a/call/menu.c
+++ b/call/menu.c
@@ -1,7 +1,7 @@
/*
* menu (c)1995 Alexander Tietzel (DG6XA)
* little Menu-System for use with ncurses
- * date activity autor
+ * date activity author
* 22.07.1995 wininfo->wint (vector->single chain) Alexander Tietzel (DG6XA)
* 25.07.1995 some minor changes Alexander Tietzel (DG6XA)
*/