diff options
author | 2016-05-27 11:25:57 +0000 | |
---|---|---|
committer | 2016-05-27 11:25:57 +0000 | |
commit | e5ef2ce96896b242b066f6089b91536ab90cdd61 (patch) | |
tree | 41c3fdf4f8692052c94f2c91f80d4d47a57bce04 /lib/libc/asr/asr.c | |
parent | Return "400 Bad Request" instead of "500 Server Internal Error" for (diff) | |
download | wireguard-openbsd-e5ef2ce96896b242b066f6089b91536ab90cdd61.tar.xz wireguard-openbsd-e5ef2ce96896b242b066f6089b91536ab90cdd61.zip |
typo fixes; Anthony Coulter
Diffstat (limited to 'lib/libc/asr/asr.c')
-rw-r--r-- | lib/libc/asr/asr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/asr/asr.c b/lib/libc/asr/asr.c index e39d60dc262..fc954fb5b2b 100644 --- a/lib/libc/asr/asr.c +++ b/lib/libc/asr/asr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr.c,v 1.52 2016/05/26 06:59:42 jmatthew Exp $ */ +/* $OpenBSD: asr.c,v 1.53 2016/05/27 11:25:57 sthen Exp $ */ /* * Copyright (c) 2010-2012 Eric Faurot <eric@openbsd.org> * @@ -715,7 +715,7 @@ asr_ctx_parse(struct asr_ctx *ac, const char *str) /* * Check for environment variables altering the configuration as described - * in resolv.conf(5). Altough not documented there, this feature is disabled + * in resolv.conf(5). Although not documented there, this feature is disabled * for setuid/setgid programs. */ static void |