summaryrefslogtreecommitdiff
path: root/src/snuffleupagus.c
diff options
context:
space:
mode:
authorJulien Voisin2023-08-02 16:01:52 +0000
committerGitHub2023-08-02 16:01:52 +0000
commit0e083e2a9b45f159d38eddb843f49909530f6fd4 (patch)
treeb64dfca10d216c70de954900ec60bce8a2c302c0 /src/snuffleupagus.c
parent2315dcb5f394709aeb6602d3a8e980e0909cf1bd (diff)
parent1b31810fea208ac33ea9a2bf6550d5e3fec7b00a (diff)
Typo: 'specificed' -> 'specified'
Diffstat (limited to 'src/snuffleupagus.c')
-rw-r--r--src/snuffleupagus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c
index c957cf6..f4ea1d3 100644
--- a/src/snuffleupagus.c
+++ b/src/snuffleupagus.c
@@ -209,7 +209,7 @@ PHP_RINIT_FUNCTION(snuffleupagus) {
209 if (SPG(is_config_valid) == SP_CONFIG_INVALID) { 209 if (SPG(is_config_valid) == SP_CONFIG_INVALID) {
210 sp_log_err("config", "Invalid configuration file"); 210 sp_log_err("config", "Invalid configuration file");
211 } else if (SPG(is_config_valid) == SP_CONFIG_NONE) { 211 } else if (SPG(is_config_valid) == SP_CONFIG_NONE) {
212 sp_log_warn("config", "No configuration specificed via sp.configuration_file"); 212 sp_log_warn("config", "No configuration specified via sp.configuration_file");
213 } 213 }
214 } 214 }
215 215