Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2022 06:09: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: 40ca30e71a59 - stable/13 - dhclient(8): Fix a typo in a source code comment
Message-ID:  <202204140609.23E6993n041719@gitrepo.freebsd.org>

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

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

commit 40ca30e71a59cb5ae9e4b2a7ce2d2c3d1c663494
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:08:13 +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?202204140609.23E6993n041719>