From 6c6ee37bb769f80f4cee347696da65cf27533de9 Mon Sep 17 00:00:00 2001 From: John Colvin Date: Tue, 26 Sep 2023 11:58:39 +0000 Subject: [PATCH] inital -> initial --- source/jmap/resolv.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/jmap/resolv.d b/source/jmap/resolv.d index a9ad5d3..2c7c5d5 100644 --- a/source/jmap/resolv.d +++ b/source/jmap/resolv.d @@ -212,7 +212,7 @@ enum __RES = 19991006; /* * Resolver configuration file. * Normally not present, but may contain the address of the - * inital name server(s) to query and the domain search list. + * initial name server(s) to query and the domain search list. */ enum _PATH_RESCONF = "/etc/resolv.conf";