diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-13 04:26:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-13 04:26:05 +0000 |
commit | d395135e2f9a7181e09b04e9b4629ec98b8a794e (patch) | |
tree | 3edcb2a75395d76b68110c486af9cc2a0d706bb2 /src/common/ciphers.inc | |
parent | bcde95509d5224a5e1f388bff1318c7b5f6f6a1b (diff) | |
download | tor-d395135e2f9a7181e09b04e9b4629ec98b8a794e.tar.gz tor-d395135e2f9a7181e09b04e9b4629ec98b8a794e.zip |
fix a few typos, and give the bootstrap phase stuff a changelog entry.
svn:r15183
Diffstat (limited to 'src/common/ciphers.inc')
-rw-r--r-- | src/common/ciphers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ciphers.inc b/src/common/ciphers.inc index 37147e4bfe..c84620d49e 100644 --- a/src/common/ciphers.inc +++ b/src/common/ciphers.inc @@ -1,5 +1,5 @@ /* This is an include file used to define the list of ciphers clients should - * advertise. Before including it, you should define the CIPHER and XCPIHER + * advertise. Before including it, you should define the CIPHER and XCIPHER * macros. */ #ifdef TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA CIPHER(0xc00a, TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA) |