summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFujii Masao2014-03-17 11:47:28 +0000
committerFujii Masao2014-03-17 11:47:28 +0000
commit2bccced110025f48bf426a8a9d7f627ef3663fcd (patch)
tree9e4b89fd4dafd9d67768beb792dbf7435f308166 /contrib
parent5c6d9fc4b2b8b6688a482a4b4116d7642e36b9d9 (diff)
Fix typos in comments.
Thom Brown
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pgcrypto/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/openssl.c b/contrib/pgcrypto/openssl.c
index ad7fb9ee0ee..86c0fb04b85 100644
--- a/contrib/pgcrypto/openssl.c
+++ b/contrib/pgcrypto/openssl.c
@@ -429,7 +429,7 @@ bf_init(PX_Cipher *c, const uint8 *key, unsigned klen, const uint8 *iv)
/*
* Test if key len is supported. BF_set_key silently cut large keys and it
- * could be be a problem when user transfer crypted data from one server
+ * could be a problem when user transfer crypted data from one server
* to another.
*/