From 720190413f66caa347cc7f386ca7abd43273e4ca Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Tue, 25 Nov 2014 15:21:33 +0100 Subject: corrected ugly grammar mistake "an URL" -> "a URL" --- execute.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'execute.c') diff --git a/execute.c b/execute.c index fb91284..aa37fb9 100644 --- a/execute.c +++ b/execute.c @@ -299,12 +299,12 @@ static zend_bool suhosin_zend_open(const char *filename, zend_file_handle *fh) break; case SUHOSIN_CODE_TYPE_BLACKURL: - suhosin_log(S_INCLUDE, "Include filename ('%s') is an URL that is forbidden by the blacklist", filename); + suhosin_log(S_INCLUDE, "Include filename ('%s') is a URL that is forbidden by the blacklist", filename); suhosin_bailout(TSRMLS_C); break; case SUHOSIN_CODE_TYPE_BADURL: - suhosin_log(S_INCLUDE, "Include filename ('%s') is an URL that is not allowed", filename); + suhosin_log(S_INCLUDE, "Include filename ('%s') is a URL that is not allowed", filename); suhosin_bailout(TSRMLS_C); break; @@ -607,12 +607,12 @@ not_evaled_code: break; case SUHOSIN_CODE_TYPE_BLACKURL: - suhosin_log(S_INCLUDE|S_GETCALLER, "Include filename ('%s') is an URL that is forbidden by the blacklist", op_array->filename); + suhosin_log(S_INCLUDE|S_GETCALLER, "Include filename ('%s') is a URL that is forbidden by the blacklist", op_array->filename); suhosin_bailout(TSRMLS_C); break; case SUHOSIN_CODE_TYPE_BADURL: - suhosin_log(S_INCLUDE|S_GETCALLER, "Include filename ('%s') is an URL that is not allowed", op_array->filename); + suhosin_log(S_INCLUDE|S_GETCALLER, "Include filename ('%s') is a URL that is not allowed", op_array->filename); suhosin_bailout(TSRMLS_C); break; -- cgit v1.3