aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 0b7839a01..e8f644cc5 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -92,7 +92,7 @@ config_line_prepend(struct config_line_t *front,
return newline;
}
-/** Herlper: parse the config file and strdup into key/value
+/** Helper: parse the config file and strdup into key/value
* strings. Return list, or NULL if parsing the file failed. Warn and
* ignore any misformatted lines. */
static struct config_line_t *config_get_lines(FILE *f) {