typo fixes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313901 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-07-28 20:05:23 +00:00
parent 74c5255b5b
commit eb7fcbfe4b
11 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@
&reftitle.intro;
<para>
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.
</para>
</preface>

View file

@ -71,7 +71,7 @@ key/value 2 (key = 3, value = 9)
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -39,7 +39,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -52,7 +52,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
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.
</para>
</refsect1>

View file

@ -37,7 +37,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -37,7 +37,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -79,7 +79,7 @@ key/value 2 (key = 3, string index = 4 ("NINE")):
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -36,7 +36,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
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.

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>string</type><methodname>QuickHashIntStringHash::saveToStringe</methodname><void/>
<modifier>public</modifier> <type>string</type><methodname>QuickHashIntStringHash::saveToString</methodname><void/>
</methodsynopsis>
<para>
This method returns a serialized version of the hash in the same format that

View file

@ -91,9 +91,9 @@ bucket lists:
<term><parameter>options</parameter></term>
<listitem>
<para>
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.)
</para>
</listitem>

View file

@ -36,7 +36,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
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.