From 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 23 Apr 2012 22:43:09 -0400 Subject: Lots of doc corrections. Josh Kupershmidt --- contrib/pgcrypto/pgp-pgsql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pgcrypto/pgp-pgsql.c') diff --git a/contrib/pgcrypto/pgp-pgsql.c b/contrib/pgcrypto/pgp-pgsql.c index c4c6b50977..d4eec03cc7 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); -- cgit v1.2.1