git: 40ca30e71a59 - stable/13 - dhclient(8): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 14 Apr 2022 06:09:09 UTC
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);
 }