diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-12-19 21:08:58 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-12-25 16:33:56 +0100 |
commit | 03da1af9cacf335b90c5ddb711c01872486e2321 (patch) | |
tree | 00d884df14289cbfd52221b2ef27b5dc8c6d4344 /src/or/config.c | |
parent | 2ef988c0650989571a7da12494a8b66c398fb2c1 (diff) | |
download | tor-03da1af9cacf335b90c5ddb711c01872486e2321.tar.gz tor-03da1af9cacf335b90c5ddb711c01872486e2321.zip |
Fix a typo
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |