diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-pgsql.c')
-rw-r--r-- | contrib/pgcrypto/pgp-pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-pgsql.c b/contrib/pgcrypto/pgp-pgsql.c index c4c6b509776..d4eec03cc77 100644 --- a/contrib/pgcrypto/pgp-pgsql.c +++ b/contrib/pgcrypto/pgp-pgsql.c @@ -625,7 +625,7 @@ out: px_set_debug_handler(NULL); /* - * add successfull decryptions also into RNG + * add successful decryptions also into RNG */ add_entropy(res, key, keypsw); |