Skip to content

Commit

Permalink
Update snuffleupagus.c
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
petecooper committed Aug 2, 2023
1 parent 2315dcb commit 4fae28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snuffleupagus.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ PHP_RINIT_FUNCTION(snuffleupagus) {
if (SPG(is_config_valid) == SP_CONFIG_INVALID) {
sp_log_err("config", "Invalid configuration file");
} else if (SPG(is_config_valid) == SP_CONFIG_NONE) {
sp_log_warn("config", "No configuration specificed via sp.configuration_file");
sp_log_warn("config", "No configuration specified via sp.configuration_file");
}
}

Expand Down

0 comments on commit 4fae28d

Please sign in to comment.