From a5ba42e1f5d7b9d328a4fc5b6af70113afacc085 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Thu, 1 Mar 2001 00:22:02 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42345 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pcre.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pcre.xml b/functions/pcre.xml index cc25ea823b..12ec12ebeb 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -577,7 +577,7 @@ print_r($chars); If the optional delimiter is specified, it - will also be escaped. This is useful for escaping the delimeter + will also be escaped. This is useful for escaping the delimiter that is required by the PCRE functions. The / is the most commonly used delimiter.