summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/ruserok.c
diff options
context:
space:
mode:
authorjmc <>2022-12-27 17:10:06 +0000
committerjmc <>2022-12-27 17:10:06 +0000
commitddf0e80229d300fb3367dd1d2ca494b2baf147a0 (patch)
treec3a822c8accd682f0e2bcf3a5ae1934ce73dcaa5 /src/lib/libc/net/ruserok.c
parentec80cc02af7fb5b42ef1b159a7175ab18d7464c0 (diff)
downloadopenbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.gz
openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.tar.bz2
openbsd-ddf0e80229d300fb3367dd1d2ca494b2baf147a0.zip
spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the cancelation - cancellation changes;
Diffstat (limited to 'src/lib/libc/net/ruserok.c')
-rw-r--r--src/lib/libc/net/ruserok.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/net/ruserok.c b/src/lib/libc/net/ruserok.c
index a399c013e2..291c702060 100644
--- a/src/lib/libc/net/ruserok.c
+++ b/src/lib/libc/net/ruserok.c
@@ -384,7 +384,7 @@ __gethostloop(struct sockaddr *raddr, socklen_t salen)
384 } 384 }
385 385
386 /* 386 /*
387 * either the DNS adminstrator has made a configuration 387 * either the DNS administrator has made a configuration
388 * mistake, or someone has attempted to spoof us 388 * mistake, or someone has attempted to spoof us
389 */ 389 */
390 freeaddrinfo(res); 390 freeaddrinfo(res);