diff options
author | Pierre Joye <pajoye@php.net> | 2011-08-31 20:07:44 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-08-31 20:07:44 +0000 |
commit | 38eec652ce2328dc696f0a027191baac3682148f (patch) | |
tree | 651994492f589af0b8adf175dcb3f9fb3b139d3a /tests/basic | |
parent | 323ee1fe4c0433407a9939e605e8a52d31fd5b53 (diff) | |
download | php-git-38eec652ce2328dc696f0a027191baac3682148f.tar.gz |
- typo
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/bug45986.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/bug45986.phpt b/tests/basic/bug45986.phpt index 5745d272c4..829f336022 100644 --- a/tests/basic/bug45986.phpt +++ b/tests/basic/bug45986.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #45986 (wrong error messag for a non existant file on rename) +Bug #45986 (wrong error message for a non existant file on rename) --CREDITS-- Sebastian Schürmann sebs@php.net |