summaryrefslogtreecommitdiffstats
path: root/tcpip
diff options
context:
space:
mode:
authorThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 20:54:11 +0200
committerThomas Osterried <ax25@x-berg.in-berlin.de>2023-05-13 20:54:11 +0200
commit471c5882ceed45446f76df0fc1ae285930de28ed (patch)
treec993d1d2c5657089c5470516c124aee5339b46d5 /tcpip
parent41ad27fdec94ecc89f439225a6479063e525cb02 (diff)
Fixed speeling errors in man pages and programs.
Author: colint@debian.org Author: Dave Hibberd <d@vehibberd.com> Signed-off-by: Daniele Forsi <iu5hkx@gmail.com> Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'tcpip')
-rw-r--r--tcpip/rip98d.c2
-rw-r--r--tcpip/ttylinkd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tcpip/rip98d.c b/tcpip/rip98d.c
index 50df60e..b436a1a 100644
--- a/tcpip/rip98d.c
+++ b/tcpip/rip98d.c
@@ -117,7 +117,7 @@ static int read_routes(void)
if (network == 0 || network == 127) {
if (debug && logging)
- syslog(LOG_DEBUG, "rejecting route to %s/%ld - should not be propogated\n", inet_ntoa(address), netmask);
+ syslog(LOG_DEBUG, "rejecting route to %s/%ld - should not be propagated\n", inet_ntoa(address), netmask);
continue;
}
diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c
index f898c14..daa2067 100644
--- a/tcpip/ttylinkd.c
+++ b/tcpip/ttylinkd.c
@@ -435,7 +435,7 @@ int main(int argc, char *argv[])
buf[2] = '\0';
if (write(skt, buf, 3) != 3)
{
- printf("Connnection lost\n");
+ printf("Connection lost\n");
close(skt);
close(ctl_skt);
return 0;