diff options
author | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-09-12 10:52:49 +0000 |
---|---|---|
committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1997-09-12 10:52:49 +0000 |
commit | 6f1edd29a4b312df7412afb445f0de3d061cf639 (patch) | |
tree | 0bddc98ab1de878cf4d0409966bf939b29f99002 /sbin/routed/main.c | |
parent | 0e1fcae27224cf41a8493823e872c8965d36bf84 (diff) |
Fix typo in comment.
Notes
Notes:
svn path=/head/; revision=29314
Diffstat (limited to 'sbin/routed/main.c')
-rw-r--r-- | sbin/routed/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ usage: /* 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, |