1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typos in comments.

Thom Brown
This commit is contained in:
Fujii Masao
2014-03-17 20:47:28 +09:00
parent 5c6d9fc4b2
commit 2bccced110
11 changed files with 18 additions and 18 deletions

View File

@ -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.
*/