From 9372a9fe51beb3b41862becd00844239ee0058de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Thu, 9 Dec 2010 03:55:41 +0000 Subject: [PATCH] - Fixed spelling error and a small material error. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306109 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/rar/rararchive/open.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/rar/rararchive/open.xml b/reference/rar/rararchive/open.xml index 3355b36131..8500cfe18c 100644 --- a/reference/rar/rararchive/open.xml +++ b/reference/rar/rararchive/open.xml @@ -66,11 +66,11 @@ for such volume or NULL if such volume does not exist or is not known. The programmer should ensure the passed function doesn't cause loops as this function is called - repetedly if the path returned in a previous call did not + repeatedly if the path returned in a previous call did not correspond to the needed volume. Specifying this parameter omits the notice that would otherwise be emitted whenever a volume is - not found; an implementation that only returns &false; can - therefore be used to merely omit such notices. + not found; an implementation that only returns NULL + can therefore be used to merely omit such notices.