diff options
author | jmc <> | 2022-12-27 17:10:06 +0000 |
---|---|---|
committer | jmc <> | 2022-12-27 17:10:06 +0000 |
commit | ddf0e80229d300fb3367dd1d2ca494b2baf147a0 (patch) | |
tree | c3a822c8accd682f0e2bcf3a5ae1934ce73dcaa5 /src/lib/libc/net/ruserok.c | |
parent | ec80cc02af7fb5b42ef1b159a7175ab18d7464c0 (diff) | |
download | openbsd-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.c | 2 |
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); |