diff options
| author | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
| commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
| tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /contrib/pgcrypto/pgp-pgsql.c | |
| parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
| download | postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz | |
Lots of doc corrections.
Josh Kupershmidt
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 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); |
