summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Cooper2023-08-02 13:09:57 +0100
committerGitHub2023-08-02 13:09:57 +0100
commit4fae28d2d1378f8559f9f30bd9913638aace8d26 (patch)
tree2e557fab4f21860eaefecf8d9253da7f2158da4d
parent2315dcb5f394709aeb6602d3a8e980e0909cf1bd (diff)
Update snuffleupagus.c
typo
-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