Browse Source

[ZF-9627, ZF-9628] Manual:

- fixed spelling

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21816 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
dc677c9a5a

+ 5 - 5
documentation/manual/en/module_specs/Zend_Locale-Introduction.xml

@@ -273,7 +273,7 @@ $locale3 = new Zend_Locale(Zend_Locale::FRAMEWORK);
         <title>Usage of automatic Locales</title>
         <title>Usage of automatic Locales</title>
 
 
         <para>
         <para>
-            <classname>Zend_Locale</classname> provides three additionally locales. These locales do
+            <classname>Zend_Locale</classname> provides three additional locales. These locales do
             not belong to any language or region. They are "automatic" locales which means that they
             not belong to any language or region. They are "automatic" locales which means that they
             have the same effect as the method <methodname>getDefault()</methodname> but without the
             have the same effect as the method <methodname>getDefault()</methodname> but without the
             negative effects like creating an instance. These "automatic" locales can be used
             negative effects like creating an instance. These "automatic" locales can be used
@@ -291,7 +291,7 @@ $locale3 = new Zend_Locale(Zend_Locale::FRAMEWORK);
                         <code>'browser'</code> - <classname>Zend_Locale</classname> should work with
                         <code>'browser'</code> - <classname>Zend_Locale</classname> should work with
                         the information which is provided by the user's Web browser. It is published
                         the information which is provided by the user's Web browser. It is published
                         by <acronym>PHP</acronym> in the global variable
                         by <acronym>PHP</acronym> in the global variable
-                        <constant>HTTP_ACCEPT_LANGUAGE</constant>.
+                        <constant>$_SERVER['HTTP_ACCEPT_LANGUAGE']</constant>.
                     </para>
                     </para>
 
 
                     <para>
                     <para>
@@ -391,7 +391,7 @@ $date = new Zend_Date($locale);
         <para>
         <para>
             Since Zend Framework Release 1.5 there is a much better way to handle this. You can set
             Since Zend Framework Release 1.5 there is a much better way to handle this. You can set
             a default locale which the static <methodname>setDefault()</methodname> method. Of
             a default locale which the static <methodname>setDefault()</methodname> method. Of
-            course, every unknown or not full qualified locale will also throw an exception.
+            course, every unknown or not fully qualified locale will also throw an exception.
             <methodname>setDefault()</methodname> should be the first call before you initiate any
             <methodname>setDefault()</methodname> should be the first call before you initiate any
             class using <classname>Zend_Locale</classname>. See the following example for details:
             class using <classname>Zend_Locale</classname>. See the following example for details:
         </para>
         </para>
@@ -560,11 +560,11 @@ Zend_Locale_Format::setOptions(array('locale' => Zend_Locale_Format::STANDARD,
         <title>Speed up Zend_Locale and its subclasses</title>
         <title>Speed up Zend_Locale and its subclasses</title>
 
 
         <para>
         <para>
-            <classname>Zend_Locale</classname> and its subclasses can be speed up by the usage of
+            <classname>Zend_Locale</classname> and its subclasses can be speeded up by the usage of
             <classname>Zend_Cache</classname>. Use the static method
             <classname>Zend_Cache</classname>. Use the static method
             <methodname>Zend_Locale::setCache($cache)</methodname> if you are using
             <methodname>Zend_Locale::setCache($cache)</methodname> if you are using
             <classname>Zend_Locale</classname>. <classname>Zend_Locale_Format</classname> can be
             <classname>Zend_Locale</classname>. <classname>Zend_Locale_Format</classname> can be
-            speed up the using the option <code>cache</code> within
+            speeded up the using the option <code>cache</code> within
             <classname>Zend_Locale_Format::setOptions(array('cache' => $adapter));</classname>.
             <classname>Zend_Locale_Format::setOptions(array('cache' => $adapter));</classname>.
             If you are using both classes you should only set the cache for
             If you are using both classes you should only set the cache for
             <classname>Zend_Locale</classname>, otherwise the last set cache will overwrite the
             <classname>Zend_Locale</classname>, otherwise the last set cache will overwrite the