Преглед изворни кода

[DOCUMENTATION] typo from 'aways' to 'always'

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16700 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp пре 16 година
родитељ
комит
e5dcbcf27e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Queue-Custom.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Queue-Custom.xml

@@ -109,7 +109,7 @@ class Zend_Queue_Message
             iterator class. The message iterator class is used to return
             messages from
             <methodname>Zend_Queue_Adapter_Abstract::recieve()</methodname>.
-            <methodname>Zend_Queue_Abstract::receive()</methodname> should aways
+            <methodname>Zend_Queue_Abstract::receive()</methodname> should always
             return a container class like
             <classname>Zend_Queue_Message_Iterator</classname>, even if there is
             only one message.