git: a06052d62334 - main - dhclient(8): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 07:30:17 UTC
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);
}