From 6f1edd29a4b312df7412afb445f0de3d061cf639 Mon Sep 17 00:00:00 2001 From: Daniel O'Callaghan Date: Fri, 12 Sep 1997 10:52:49 +0000 Subject: [PATCH] Fix typo in comment. --- sbin/routed/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 509c35011335..4ddea04a4600 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -390,7 +390,7 @@ main(int argc, /* It is desirable to send routing updates * regularly. So schedule the next update * 30 seconds after the previous one was - * secheduled, instead of 30 seconds after + * scheduled, instead of 30 seconds after * the previous update was finished. * Even if we just started after discovering * a 2nd interface or were otherwise delayed,