summaryrefslogtreecommitdiffstats
path: root/tcpip
diff options
context:
space:
mode:
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;