]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a typo
authorSebastian Hahn <sebastian@torproject.org>
Sat, 19 Dec 2009 20:08:58 +0000 (21:08 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Fri, 25 Dec 2009 15:33:56 +0000 (16:33 +0100)
src/or/config.c

index e07a8250ee3de05e20f37dd24fbaed44cfd325e5..2d67d2434b696bacb390686f2afca460acf3eee1 100644 (file)
@@ -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)
 {