From 2893638af738ac40635ec543f100ac2f35c52679 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Thu, 2 Oct 2003 16:05:16 +0000 Subject: [PATCH] s/usefull/useful git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141559 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fnmatch.xml | 4 ++-- reference/imap/functions/imap-ping.xml | 6 +++--- reference/strings/functions/setlocale.xml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/filesystem/functions/fnmatch.xml b/reference/filesystem/functions/fnmatch.xml index 8546bc5491..86b7894696 100644 --- a/reference/filesystem/functions/fnmatch.xml +++ b/reference/filesystem/functions/fnmatch.xml @@ -1,5 +1,5 @@ - + fnmatch @@ -18,7 +18,7 @@ match the given shell wildcard pattern. - This is especialy usefull for filenames, but may also be used on regular strings. + This is especialy useful for filenames, but may also be used on regular strings. The average user may be used to shell patterns or at least in their simplest form to '?' and '*' wildcards so using fnmatch instead of ereg or diff --git a/reference/imap/functions/imap-ping.xml b/reference/imap/functions/imap-ping.xml index 0457e604c4..014afcc852 100644 --- a/reference/imap/functions/imap-ping.xml +++ b/reference/imap/functions/imap-ping.xml @@ -1,5 +1,5 @@ - + @@ -20,8 +20,8 @@ it is still active. It may discover new mail; this is the preferred method for a periodic "new mail check" as well as a "keep alive" for servers which have inactivity timeout. - (As PHP scripts do not tend to run that long, i can hardly - imagine that this function will be usefull to anyone.) + (As PHP scripts do not tend to run that long, I can hardly + imagine that this function will be useful to anyone.) diff --git a/reference/strings/functions/setlocale.xml b/reference/strings/functions/setlocale.xml index bba22fd567..b71830143e 100644 --- a/reference/strings/functions/setlocale.xml +++ b/reference/strings/functions/setlocale.xml @@ -1,5 +1,5 @@ - + @@ -72,7 +72,7 @@ If locale is an array or followed by additional parameters then each array element or parameter is tried to be set as - new locale until success. This is usefull if a locale is known under + new locale until success. This is useful if a locale is known under different names on different systems or for providing a fallback for a possibly not available locale. @@ -98,7 +98,7 @@ - Windows users will find usefull information about + Windows users will find useful information about locale strings at Microsoft's MSDNwebsite. Supported language strings can be found here and supported