aboutsummaryrefslogtreecommitdiff
path: root/sbin/routed/main.c
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2012-01-07 16:09:33 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2012-01-07 16:09:33 +0000
commit4b85a12f7142f8086e98f2b9b748d304b76a4b58 (patch)
treefae895b09014d4ae2ae2cdaf825a995dde64c138 /sbin/routed/main.c
parentdabfce9a5a40b4733c79f8421c42856b98d0409b (diff)
Spelling fixes for sbin/
Notes
Notes: svn path=/head/; revision=229778
Diffstat (limited to 'sbin/routed/main.c')
-rw-r--r--sbin/routed/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index 85bc9e8d3675..1658d2e48cd8 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -414,7 +414,7 @@ usage:
continue;
}
- /* Check the kernel table occassionally for mysteriously
+ /* Check the kernel table occasionally for mysteriously
* evaporated routes
*/
timevalsub(&t2, &flush_kern_timer, &now);
@@ -446,7 +446,7 @@ usage:
* the previous update was finished.
* Even if we just started after discovering
* a 2nd interface or were otherwise delayed,
- * pick a 30-second aniversary of the
+ * pick a 30-second anniversary of the
* original broadcast time.
*/
n = 1 + (0-t2.tv_sec)/SUPPLY_INTERVAL;