From 5582bb48818d4f94f548b535e77b0ec6e251abd3 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Sun, 26 Nov 2023 15:14:36 +0100 Subject: Fix typos --- src/sp_crypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_crypt.h') diff --git a/src/sp_crypt.h b/src/sp_crypt.h index 22a571e..0960fbf 100644 --- a/src/sp_crypt.h +++ b/src/sp_crypt.h @@ -11,7 +11,7 @@ #include "ext/standard/base64.h" void generate_key(unsigned char *key); -int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hask_key); +int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hash_key); zend_string *encrypt_zval(zend_string *); #endif /*__SP_CRYPT */ -- cgit v1.3