From 9dea54ff19e8917a0edbcc81bed303c0f7b3ff6a Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 16 Apr 2009 15:38:26 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278846 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/define.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/misc/functions/define.xml b/reference/misc/functions/define.xml index 5e8940d491..99542567cf 100644 --- a/reference/misc/functions/define.xml +++ b/reference/misc/functions/define.xml @@ -1,5 +1,5 @@ - + define @@ -38,8 +38,8 @@ The value of the constant; only scalar and null values are allowed. Scalar values are integer, float, string or boolean values. It is - possible to define resource constants, however its not recommeded - and may cause unpredictable behaviour. + possible to define resource constants, however its not recommended + and may cause unpredictable behavior. @@ -48,7 +48,7 @@ If set to &true;, the constant will be defined case-insensitive. - The default behaviour is case-sensitive; i.e. + The default behavior is case-sensitive; i.e. CONSTANT and Constant represent different values.