diff --git a/sbin/hastd/hooks.c b/sbin/hastd/hooks.c index 0aeb1e076f7..13890b5fcb1 100644 --- a/sbin/hastd/hooks.c +++ b/sbin/hastd/hooks.c @@ -312,7 +312,7 @@ hook_check(void) } /* - * Skip proccesses younger than 1 minute. + * Skip processes younger than 1 minute. */ if (now - hp->hp_lastreport < REPORT_INTERVAL) continue;