From: Pierre Joye Date: Sat, 30 Jan 2010 20:21:16 +0000 (+0000) Subject: - cleanup & correct msg X-Git-Tag: php-5.4.0alpha1~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=891d7ebe1bc196e52e7c23af21f96ae88e0d2c9b;p=php - cleanup & correct msg --- 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; }