From 112d4b4c3fd17d76abfbe9138440981f0cbfdaef Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Mon, 10 Feb 2003 20:18:18 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115612 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/flock.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/flock.xml b/reference/filesystem/functions/flock.xml index e819e85f3b..5f3ec2dbee 100644 --- a/reference/filesystem/functions/flock.xml +++ b/reference/filesystem/functions/flock.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ To acquire a shared lock (reader), set - operation toLOCK_SH (set to 1 prior to + operation to LOCK_SH (set to 1 prior to PHP 4.0.1).