From a06052d623344476c3b28df392a357ea2c1cd7f0 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 8 Apr 2022 20:50:48 +0200 Subject: [PATCH] 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 d684f96e99d..6a170953beb 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); }