From 891d7ebe1bc196e52e7c23af21f96ae88e0d2c9b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sat, 30 Jan 2010 20:21:16 +0000 Subject: [PATCH] - cleanup & correct msg --- ext/standard/tests/file/windows_acls/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/tests/file/windows_acls/common.inc b/ext/standard/tests/file/windows_acls/common.inc index 2a1adeb0a4..c4276014af 100644 --- a/ext/standard/tests/file/windows_acls/common.inc +++ b/ext/standard/tests/file/windows_acls/common.inc @@ -118,7 +118,7 @@ function create_dir($name, $perms) { function create_file($name, $perms) { if (empty($name)) { - echo "create_dir: Empty name is not allowed\n"; + echo "create_file: Empty name is not allowed\n"; return; } -- 2.40.0