aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-05-28 21:32:31 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-05-28 21:32:31 +0000
commit15eaf27bc7b4ad33af275b9cd0601ef19d54ac9c (patch)
tree1bfcb6d07017b6a284cd712e7889449156f33db8 /lib
parentbf2277e26359676bec7c4d2a8205eda0bc0044e5 (diff)
Fixed a few comment typos (from the FreeBSD ports)
Diffstat (limited to 'lib')
-rw-r--r--lib/nss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nss.c b/lib/nss.c
index 509a311ec..3bfaf7109 100644
--- a/lib/nss.c
+++ b/lib/nss.c
@@ -157,7 +157,7 @@ static const cipher_s cipherlist[] = {
#endif
};
-/* following ciphers are new in NSS 3.4 and not enabled by default, therefor
+/* following ciphers are new in NSS 3.4 and not enabled by default, therefore
they are enabled explicitly */
static const int enable_ciphers_by_default[] = {
TLS_DHE_DSS_WITH_AES_128_CBC_SHA,