From: Roger Dingledine Date: Mon, 30 Jul 2007 23:52:58 +0000 (+0000) Subject: tweak comment X-Git-Tag: tor-0.2.0.4-alpha@11197~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57c6264ede981e49aa062b9c08d6df6269de66dd;p=thirdparty%2Ftor.git tweak comment svn:r10998 --- diff --git a/src/or/config.c b/src/or/config.c index a010abbd97..e1af878de7 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2634,7 +2634,7 @@ options_validate(or_options_t *old_options, or_options_t *options, "extra-info documents. Setting DownloadExtraInfo."); options->DownloadExtraInfo = 1; } - /* XXXX020 Check that at least one of Bridge/HS/V1/V2/V2{AoritativeDir} + /* XXXX020 Check that at least one of Bridge/HS/V1/V2/V2{AuthoritativeDir} * is set. */ }