aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-10-11 04:24:33 +0200
committerNick Mathewson <nickm@torproject.org>2011-10-10 23:14:31 -0400
commit35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d (patch)
treec4d5801c6c60061dfaf2774a94fa8320cdc8c5f6 /src/common
parent66200320ffe584893acaf4ea5a55851039e2e92c (diff)
downloadtor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.tar
tor-35fe4825fc7da01367f37bc73ea4fc5c9d61ed2d.tar.gz
Quiet two notices, and spelling mistake cleanup
Diffstat (limited to 'src/common')
-rw-r--r--src/common/tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c
index 9600464ad..b393bfd4a 100644
--- a/src/common/tortls.c
+++ b/src/common/tortls.c
@@ -936,7 +936,7 @@ tor_tls_cert_matches_key(const tor_tls_t *tls, const tor_cert_t *cert)
return result;
}
-/** Check wither <b>cert</b> is well-formed, currently live, and correctly
+/** Check whether <b>cert</b> is well-formed, currently live, and correctly
* signed by the public key in <b>signing_cert</b>. If <b>check_rsa_1024</b>,
* make sure that it has an RSA key with 1024 bits; otherwise, just check that
* the key is long enough. Return 1 if the cert is good, and 0 if it's bad or