Browse Source

[DOCUMENTATION]3 typos

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17789 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
2152379343
1 changed files with 3 additions and 3 deletions
  1. 3 3
      documentation/manual/en/module_specs/Zend_Tag-Introduction.xml

+ 3 - 3
documentation/manual/en/module_specs/Zend_Tag-Introduction.xml

@@ -15,16 +15,16 @@
 
     <para>
         <classname>Zend_Tag_Item</classname> is a basic taggable item implementation
-        which comes with the essential functionallity required to work with
+        which comes with the essential functionality required to work with
         the <classname>Zend_Tag</classname> suite. A taggable item always consists of
-        a title and a relative weight (e.g. number of occurences). It also
+        a title and a relative weight (e.g. number of occurrences). It also
         stores parameters which are used by the different sub-components of
         <classname>Zend_Tag</classname>.
     </para>
 
     <para>
         To group multiple items together, <classname>Zend_Tag_ItemList</classname> exists
-        as an array iterator and provides additional functionallity to calculate
+        as an array iterator and provides additional functionality to calculate
         absolute weight values based on the given relative weights of each
         item in it.
     </para>