summaryrefslogtreecommitdiff
path: root/src/or/keypin.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-07-05 12:10:12 -0400
committerNick Mathewson <nickm@torproject.org>2016-07-05 12:10:12 -0400
commit8ba4ba0a7492e158640200cb26717abfcc6617b7 (patch)
tree1ea4b7d84d131ce8624b8c42ec14bda0993d3fa3 /src/or/keypin.c
parent267e16ea616b3466652bfee81fec507ea45d96a6 (diff)
downloadtor-8ba4ba0a7492e158640200cb26717abfcc6617b7.tar.gz
tor-8ba4ba0a7492e158640200cb26717abfcc6617b7.zip
Grammar.
I grepped and hand-inspected the "it's" instances, to see if any were supposed to be possessive. While doing that, I found a "the the", so I grepped to see if there were any more.
Diffstat (limited to 'src/or/keypin.c')
-rw-r--r--src/or/keypin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/keypin.c b/src/or/keypin.c
index 749bc6121c..335c793cd9 100644
--- a/src/or/keypin.c
+++ b/src/or/keypin.c
@@ -479,7 +479,7 @@ keypin_clear(void)
HT_CLEAR(rsamap,&the_rsa_map);
if (bad_entries) {
- log_warn(LD_BUG, "Found %d discrepencies in the the keypin database.",
+ log_warn(LD_BUG, "Found %d discrepencies in the keypin database.",
bad_entries);
}
}