diff options
| author | Peter Eisentraut | 2016-08-09 23:07:24 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2016-08-09 23:08:37 +0000 |
| commit | cbae4ab8e6cf4d5c283fcceab980dd281e4714f8 (patch) | |
| tree | 1dd27912b6fb72b6e7c755aedb2bcb4d1109dfab | |
| parent | be1d75ea23ee020d0c5e27195a01d7678aa1b5ef (diff) | |
Fix typo
| -rw-r--r-- | contrib/pgcrypto/px.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c index cfb3b50985a..7e69da696f7 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"}, |
