diff options
| author | Fujii Masao | 2014-03-17 11:47:28 +0000 |
|---|---|---|
| committer | Fujii Masao | 2014-03-17 11:47:28 +0000 |
| commit | 2bccced110025f48bf426a8a9d7f627ef3663fcd (patch) | |
| tree | 9e4b89fd4dafd9d67768beb792dbf7435f308166 /contrib/pgcrypto | |
| parent | 5c6d9fc4b2b8b6688a482a4b4116d7642e36b9d9 (diff) | |
Fix typos in comments.
Thom Brown
Diffstat (limited to 'contrib/pgcrypto')
| -rw-r--r-- | contrib/pgcrypto/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/openssl.c b/contrib/pgcrypto/openssl.c index ad7fb9ee0e..86c0fb04b8 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. */ |
