From e44b3b6b6ab1af61f9abc210546700e30aeff19c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 11 Oct 2017 11:40:02 +0200 Subject: s/disable_functions/disable_function/g This should close #36 and #30 --- src/sp_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index e51d6cc..cad4234 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -145,7 +145,7 @@ typedef struct { #define SP_TOKEN_AUTO_COOKIE_SECURE ".auto_cookie_secure" #define SP_TOKEN_COOKIE_ENCRYPTION ".cookie_encryption" -#define SP_TOKEN_DISABLE_FUNC ".disable_functions" +#define SP_TOKEN_DISABLE_FUNC ".disable_function" #define SP_TOKEN_GLOBAL ".global" #define SP_TOKEN_GLOBAL_STRICT ".global_strict" #define SP_TOKEN_HARDEN_RANDOM ".harden_random" -- cgit v1.3