aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hs_client.c')
-rw-r--r--src/or/hs_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_client.c b/src/or/hs_client.c
index c8b65aeab7..1fbea95e27 100644
--- a/src/or/hs_client.c
+++ b/src/or/hs_client.c
@@ -1018,7 +1018,7 @@ hs_client_refetch_hsdesc(const ed25519_public_key_t *identity_pk)
if (cached_desc && hs_client_any_intro_points_usable(identity_pk,
cached_desc)) {
log_warn(LD_GENERAL, "We would fetch a v3 hidden service descriptor "
- "but we already have a useable descriprot.");
+ "but we already have a usable descriptor.");
return 0;
}
}