Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab0a23c

Browse files
committed
Fix typo
1 parent 2abf92b commit ab0a23c

File tree

1 file changed

+1
-1
lines changed
  • contrib/pgcrypto

1 file changed

+1
-1
lines changed

contrib/pgcrypto/px.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const struct error_desc px_err_list[] = {
4848
{PXE_BAD_OPTION, "Unknown option"},
4949
{PXE_BAD_FORMAT, "Badly formatted type"},
5050
{PXE_KEY_TOO_BIG, "Key was too big"},
51-
{PXE_CIPHER_INIT, "Cipher cannot be initalized ?"},
51+
{PXE_CIPHER_INIT, "Cipher cannot be initialized ?"},
5252
{PXE_HASH_UNUSABLE_FOR_HMAC, "This hash algorithm is unusable for HMAC"},
5353
{PXE_DEV_READ_ERROR, "Error reading from random device"},
5454
{PXE_OSSL_RAND_ERROR, "OpenSSL PRNG error"},

0 commit comments

Comments
 (0)