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