aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-08-09 19:07:24 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-08-09 19:08:42 -0400
commitaa8c64ab854fdfddfb4010b19cf1a437eb500710 (patch)
treefba790b3158f2fa0978d5706c2536b48a9080499
parent99453178a5fb21c79b94dc99f0075b01e10d647a (diff)
downloadpostgresql-aa8c64ab854fdfddfb4010b19cf1a437eb500710.tar.gz
postgresql-aa8c64ab854fdfddfb4010b19cf1a437eb500710.zip
Fix typo
-rw-r--r--contrib/pgcrypto/px.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c
index b5697bfaede..289ad27cf70 100644
--- a/contrib/pgcrypto/px.c
+++ b/contrib/pgcrypto/px.c
@@ -48,7 +48,7 @@ static const struct error_desc px_err_list[] = {
{PXE_BAD_OPTION, "Unknown option"},
{PXE_BAD_FORMAT, "Badly formatted type"},
{PXE_KEY_TOO_BIG, "Key was too big"},
- {PXE_CIPHER_INIT, "Cipher cannot be initalized ?"},
+ {PXE_CIPHER_INIT, "Cipher cannot be initialized ?"},
{PXE_HASH_UNUSABLE_FOR_HMAC, "This hash algorithm is unusable for HMAC"},
{PXE_DEV_READ_ERROR, "Error reading from random device"},
{PXE_OSSL_RAND_ERROR, "OpenSSL PRNG error"},