diff options
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index 40a42b9092..05726b8c2f 100644 --- a/src/feature/dirauth/dirauth_options.inc +++ b/src/feature/dirauth/dirauth_options.inc @@ -47,7 +47,7 @@ CONF_VAR(AuthDirTestEd25519LinkKeys, BOOL, 0, "1") /** * Bool (default 1): As an authority, should we launch tests for * reachability, and use those results to vote on "Running"? If 0, - * we assume that every relay is Runnning. + * we assume that every relay is Running. **/ CONF_VAR(AuthDirTestReachability, BOOL, 0, "1") |