Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 20:47:26 GMT
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d6251ebad5bf - main - periodic: fix a typo in a comment
Message-ID:  <202401312047.40VKlQuH083405@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=d6251ebad5bf91cc070d52e001b570d5fc0ae1e2

commit d6251ebad5bf91cc070d52e001b570d5fc0ae1e2
Author:     Enji Cooper <ngie@FreeBSD.org>
AuthorDate: 2024-01-31 20:45:32 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2024-01-31 20:45:32 +0000

    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 bb7ecaa01894..09727a840eff 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401312047.40VKlQuH083405>