summaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 75f2fe6a41..c20cc96dd7 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -239,7 +239,7 @@ int init_keys(void) {
if (!key_lock)
key_lock = tor_mutex_new();
- /* OP's don't need persistant keys; just make up an identity and
+ /* OP's don't need persistent keys; just make up an identity and
* initialize the TLS context. */
if (!server_mode(options)) {
if (!(prkey = crypto_new_pk_env()))