Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:30:17 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a06052d62334 - main - dhclient(8): Fix a typo in a source code comment
Message-ID:  <202204090730.2397UHjM038142@gitrepo.freebsd.org>

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

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

commit a06052d623344476c3b28df392a357ea2c1cd7f0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-08 18:50:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 07:28:06 +0000

    dhclient(8): Fix a typo in a source code comment
    
    - s/explicitely/explicitly/
    
    MFC after:      3 days
---
 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?202204090730.2397UHjM038142>