From 4fc8abe692eb8151263aabd1255273beaf19d740 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Thu, 18 Mar 2010 19:42:55 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296357 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/wincache/book.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/wincache/book.xml b/reference/wincache/book.xml index 8dd5944e9d..0b14a22dd1 100644 --- a/reference/wincache/book.xml +++ b/reference/wincache/book.xml @@ -65,7 +65,7 @@ Session Handler (available since version 1.1.0) - The WinCache session handler can be used to store the PHP session data in the shared memory cache. This avoids file system operations for reading - and writing session data, which improves performance when large amound of data is stored in PHP session. + and writing session data, which improves performance when large amount of data is stored in PHP session.