From 03da1af9cacf335b90c5ddb711c01872486e2321 Mon Sep 17 00:00:00 2001
From: Sebastian Hahn <sebastian@torproject.org>
Date: Sat, 19 Dec 2009 21:08:58 +0100
Subject: [PATCH] Fix a typo

---
 src/or/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
-- 
GitLab