diff options
| author | Pete Cooper | 2023-08-02 13:09:57 +0100 |
|---|---|---|
| committer | GitHub | 2023-08-02 13:09:57 +0100 |
| commit | 4fae28d2d1378f8559f9f30bd9913638aace8d26 (patch) | |
| tree | 2e557fab4f21860eaefecf8d9253da7f2158da4d /src | |
| parent | 2315dcb5f394709aeb6602d3a8e980e0909cf1bd (diff) | |
Update snuffleupagus.c
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
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 | ||
