From: Sebastian Hahn Date: Sat, 19 Dec 2009 20:08:58 +0000 (+0100) Subject: Fix a typo X-Git-Tag: tor-0.2.2.7-alpha~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03da1af9cacf335b90c5ddb711c01872486e2321;p=thirdparty%2Ftor.git Fix a typo --- diff --git a/src/or/config.c b/src/or/config.c index e07a8250ee..2d67d2434b 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -4771,7 +4771,7 @@ normalize_data_directory(or_options_t *options) } /** Check and normalize the value of options->DataDirectory; return 0 if it - * sane, -1 otherwise. */ + * is sane, -1 otherwise. */ static int validate_data_directory(or_options_t *options) {