From eb7fcbfe4b39e62e61e3fc4d35d11c82f2f0ff03 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Thu, 28 Jul 2011 20:05:23 +0000 Subject: [PATCH] typo fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313901 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/quickhash/book.xml | 2 +- reference/quickhash/quickhashinthash/loadfromfile.xml | 2 +- reference/quickhash/quickhashinthash/loadfromstring.xml | 2 +- reference/quickhash/quickhashinthash/set.xml | 2 +- reference/quickhash/quickhashintset/loadfromfile.xml | 2 +- reference/quickhash/quickhashintset/loadfromstring.xml | 2 +- reference/quickhash/quickhashintstringhash/loadfromfile.xml | 2 +- reference/quickhash/quickhashintstringhash/loadfromstring.xml | 2 +- reference/quickhash/quickhashintstringhash/savetostring.xml | 2 +- reference/quickhash/quickhashstringinthash/loadfromfile.xml | 4 ++-- reference/quickhash/quickhashstringinthash/loadfromstring.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/quickhash/book.xml b/reference/quickhash/book.xml index 089a74a033..8300c323d6 100644 --- a/reference/quickhash/book.xml +++ b/reference/quickhash/book.xml @@ -9,7 +9,7 @@ &reftitle.intro; The quickhash extension contains a set of specific strongly-typed classes - to deal with specific set and hash implementions. + to deal with specific set and hash implementations. diff --git a/reference/quickhash/quickhashinthash/loadfromfile.xml b/reference/quickhash/quickhashinthash/loadfromfile.xml index 65eca94286..120a172029 100644 --- a/reference/quickhash/quickhashinthash/loadfromfile.xml +++ b/reference/quickhash/quickhashinthash/loadfromfile.xml @@ -71,7 +71,7 @@ key/value 2 (key = 3, value = 9) options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the hash, rounded up to the nearest power of two with a maximum limit of 4194304. diff --git a/reference/quickhash/quickhashinthash/loadfromstring.xml b/reference/quickhash/quickhashinthash/loadfromstring.xml index ee72e31cfe..f7e3d3c5f8 100644 --- a/reference/quickhash/quickhashinthash/loadfromstring.xml +++ b/reference/quickhash/quickhashinthash/loadfromstring.xml @@ -39,7 +39,7 @@ options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the hash, rounded up to the nearest power of two with a maximum limit of 4194304. diff --git a/reference/quickhash/quickhashinthash/set.xml b/reference/quickhash/quickhashinthash/set.xml index 6aa1ec0e42..6fce82740d 100644 --- a/reference/quickhash/quickhashinthash/set.xml +++ b/reference/quickhash/quickhashinthash/set.xml @@ -52,7 +52,7 @@ &reftitle.returnvalues; - 2 if the entry was found and updated, 1if the entry was newly added or 0 + 2 if the entry was found and updated, 1 if the entry was newly added or 0 if there was an error. diff --git a/reference/quickhash/quickhashintset/loadfromfile.xml b/reference/quickhash/quickhashintset/loadfromfile.xml index 7732137811..6366be6217 100644 --- a/reference/quickhash/quickhashintset/loadfromfile.xml +++ b/reference/quickhash/quickhashintset/loadfromfile.xml @@ -37,7 +37,7 @@ options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the set, rounded up to the nearest power of two with a maximum limit of 4194304. diff --git a/reference/quickhash/quickhashintset/loadfromstring.xml b/reference/quickhash/quickhashintset/loadfromstring.xml index 42fee666fb..6e13350e7c 100644 --- a/reference/quickhash/quickhashintset/loadfromstring.xml +++ b/reference/quickhash/quickhashintset/loadfromstring.xml @@ -37,7 +37,7 @@ options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the set, rounded up to the nearest power of two automatically limited from 64 to 4194304. diff --git a/reference/quickhash/quickhashintstringhash/loadfromfile.xml b/reference/quickhash/quickhashintstringhash/loadfromfile.xml index d77881e6ea..6b2b9c3058 100644 --- a/reference/quickhash/quickhashintstringhash/loadfromfile.xml +++ b/reference/quickhash/quickhashintstringhash/loadfromfile.xml @@ -79,7 +79,7 @@ key/value 2 (key = 3, string index = 4 ("NINE")): options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the hash, rounded up to the nearest power of two with a maximum limit of 4194304. diff --git a/reference/quickhash/quickhashintstringhash/loadfromstring.xml b/reference/quickhash/quickhashintstringhash/loadfromstring.xml index a871087a4a..e632d7ab14 100644 --- a/reference/quickhash/quickhashintstringhash/loadfromstring.xml +++ b/reference/quickhash/quickhashintstringhash/loadfromstring.xml @@ -36,7 +36,7 @@ options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the hash, rounded up to the nearest power of two with a maximum limit of 4194304. diff --git a/reference/quickhash/quickhashintstringhash/savetostring.xml b/reference/quickhash/quickhashintstringhash/savetostring.xml index 06d857bcd0..d1aab0e74c 100644 --- a/reference/quickhash/quickhashintstringhash/savetostring.xml +++ b/reference/quickhash/quickhashintstringhash/savetostring.xml @@ -10,7 +10,7 @@ &reftitle.description; - public stringQuickHashIntStringHash::saveToStringe + public stringQuickHashIntStringHash::saveToString This method returns a serialized version of the hash in the same format that diff --git a/reference/quickhash/quickhashstringinthash/loadfromfile.xml b/reference/quickhash/quickhashstringinthash/loadfromfile.xml index 27b95cc8a0..5ef61e0884 100644 --- a/reference/quickhash/quickhashstringinthash/loadfromfile.xml +++ b/reference/quickhash/quickhashstringinthash/loadfromfile.xml @@ -91,9 +91,9 @@ bucket lists: options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is read from the file format (unlike the - QuickHashIntHash and QuickhashIntStringHash classes, where it is + QuickHashIntHash and QuickHashIntStringHash classes, where it is automatically calculated from the number of entries in the hash.) diff --git a/reference/quickhash/quickhashstringinthash/loadfromstring.xml b/reference/quickhash/quickhashstringinthash/loadfromstring.xml index 2fc88b63ff..23d0323941 100644 --- a/reference/quickhash/quickhashstringinthash/loadfromstring.xml +++ b/reference/quickhash/quickhashstringinthash/loadfromstring.xml @@ -36,7 +36,7 @@ options - The same options that the class' contructor takes; except that the size + The same options that the class' constructor takes; except that the size option is ignored. It is automatically calculated to be the same as the number of entries in the hash, rounded up to the nearest power of two with a maximum limit of 4194304.