Browse Source

Fix a typo

Sebastian Hahn 15 years ago
parent
commit
03da1af9ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
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
 /** Check and normalize the value of options->DataDirectory; return 0 if it
- * sane, -1 otherwise. */
+ * is sane, -1 otherwise. */
 static int
 static int
 validate_data_directory(or_options_t *options)
 validate_data_directory(or_options_t *options)
 {
 {