diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-12-16 02:22:37 +0100 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2017-12-16 02:22:37 +0100 |
commit | e44662a7f9af990753a89b0a831d3439a509c8ae (patch) | |
tree | 4bdcf84d4376d376b43efff576034de3347a5081 | |
parent | db4873c46d80366c8eb0df0098ba18a10c0ad59b (diff) | |
download | tor-e44662a7f9af990753a89b0a831d3439a509c8ae.tar.gz tor-e44662a7f9af990753a89b0a831d3439a509c8ae.zip |
Fix additional whitespace in config module comment.
-rw-r--r-- | 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 016d87f81f..fa80dad576 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -18,7 +18,7 @@ * inspecting values that are calculated as a result of the * configured options. * - * <h3>How to add new options</h3> + * <h3>How to add new options</h3> * * To add new items to the torrc, there are a minimum of three places to edit: * <ul> |