summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-26 13:02:40 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-26 13:02:40 +0000
commit01f54cd892b3f276eea9c6dd8c87c576e7e984ae (patch)
tree7226e43ed4cfb84404c33051c80f0803f50a38c7
parent966ab1a7b0a5b33b04d07d1a887d906450b41101 (diff)
downloadbrdo-01f54cd892b3f276eea9c6dd8c87c576e7e984ae.tar.gz
brdo-01f54cd892b3f276eea9c6dd8c87c576e7e984ae.tar.bz2
- Patch #781876 by mr.baileys: Drupal not Drapal.
-rw-r--r--modules/system/system.queue.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.queue.inc b/modules/system/system.queue.inc
index bf1667feb..2698996d0 100644
--- a/modules/system/system.queue.inc
+++ b/modules/system/system.queue.inc
@@ -22,7 +22,7 @@
* long you want to have a lease for working on that item. When finished
* processing, the item needs to be deleted by calling
* DrupalQueueInterface::deleteItem(). If the consumer dies, the item will be
- * made available again by the DrapalQueueInterface implementation once the
+ * made available again by the DrupalQueueInterface implementation once the
* lease expires. Another consumer will then be able to receive it when calling
* DrupalQueueInterface::claimItem().
*