diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-27 11:25:58 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-27 11:25:58 +0000 |
commit | f2b480915ac857a2cf0522d02c4d40a6c3a67a6c (patch) | |
tree | 9fdc5e80017e0b8506fef8c9551abd7b23398af2 /lib/libc/asr/asr.c | |
parent | 2aaba3dda3880a71cba50b5d76dc580f1b24600f (diff) |
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 |