Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:45:09 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: ae1456a1bbeb - stable/12 - dhclient(8): Fix a typo in a source code comment
Message-ID:  <202204140645.23E6j9Xj096906@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer):

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

commit ae1456a1bbebf893cb90739bded72c120736b24a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:50:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-14 06:36:06 +0000

    dhclient(8): Fix a typo in a source code comment
    
    - s/explicitely/explicitly/
    
    (cherry picked from commit a06052d623344476c3b28df392a357ea2c1cd7f0)
---
 sbin/dhclient/tests/fake.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/dhclient/tests/fake.c b/sbin/dhclient/tests/fake.c
index d684f96e99d3..6a170953beb0 100644
--- a/sbin/dhclient/tests/fake.c
+++ b/sbin/dhclient/tests/fake.c
@@ -33,7 +33,7 @@ warning(const char *fmt, ...)
 
 	/*
 	 * The original warning() would return "ret" here. We do this to
-	 * check warnings explicitely.
+	 * check warnings explicitly.
 	 */
 	longjmp(env, 1);
 }



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