From d6251ebad5bf91cc070d52e001b570d5fc0ae1e2 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 31 Jan 2024 12:45:32 -0800 Subject: [PATCH] periodic: fix a typo in a comment No functional change. --- usr.sbin/periodic/periodic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/periodic/periodic.sh b/usr.sbin/periodic/periodic.sh index bb7ecaa0189..09727a840ef 100644 --- a/usr.sbin/periodic/periodic.sh +++ b/usr.sbin/periodic/periodic.sh @@ -50,7 +50,7 @@ export host # If we were called normally, then create a lock file for each argument # in turn and reinvoke ourselves with the LOCKED argument. This prevents # very long running jobs from being overlapped by another run as this is -# will lead the system running progressivly slower and more and more jobs +# will lead the system running progressively slower and more and more jobs # are run at once. if [ $1 != "LOCKED" ]; then ret=0