summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-10 13:32:01 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-10 13:32:01 +0000
commitdb53d99659801c539f1fa813af38bf65803ab8f2 (patch)
tree717acd1e5fcd33e56b877c4a22eb1ee790c5d611 /modules/system
parentf8b56341134c8ec9284299d305aa9c346af1c01c (diff)
downloadbrdo-db53d99659801c539f1fa813af38bf65803ab8f2.tar.gz
brdo-db53d99659801c539f1fa813af38bf65803ab8f2.tar.bz2
- Patch #391340 by dww: documentation clean-up and correction.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.queue.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.queue.inc b/modules/system/system.queue.inc
index bdaca4efb..2132012fe 100644
--- a/modules/system/system.queue.inc
+++ b/modules/system/system.queue.inc
@@ -30,7 +30,7 @@
* metadata depending on the implementation. Systems using the interface should
* only rely on the data property which will contain the information passed to
* DrupalQueueInterface::createItem(). The full queue item returned by
- * DrupalQueueInterface::createItem() needs to be passed to
+ * DrupalQueueInterface::claimItem() needs to be passed to
* DrupalQueueInterface::deleteItem() once processing is completed.
*
* While the queue system makes a best effort to preserve order in messages,
@@ -131,7 +131,7 @@ interface DrupalQueueInterface {
* Delete a finished item from the queue.
*
* @param $item
- * The item returned by claimItem().
+ * The item returned by DrupalQueueInterface::claimItem().
*/
public function deleteItem($item);