summaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 91b5322bcf..6fd57d36db 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1025,7 +1025,7 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
} else {
/* Can we even end up here? -- weasel*/
source = NS_FROM_DIR_BY_FP;
- log_warn(LD_BUG, "we received a networkstatus but we did neither ask"
+ log_warn(LD_BUG, "we received a networkstatus but we didn't ask"
"for it by fp/ nor did we ask for all.");
}
cp = body;