[or-cvs] [tor/master] Fix a typo

Nick Mathewson nickm at seul.org
Mon Dec 28 22:23:43 UTC 2009


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Sat, 19 Dec 2009 21:08:58 +0100
Subject: Fix a typo
Commit: 03da1af9cacf335b90c5ddb711c01872486e2321

---
 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 e07a825..2d67d24 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)
 {
-- 
1.5.6.5




More information about the tor-commits mailing list