From 01f54cd892b3f276eea9c6dd8c87c576e7e984ae Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Apr 2010 13:02:40 +0000 Subject: - Patch #781876 by mr.baileys: Drupal not Drapal. --- modules/system/system.queue.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(). * -- cgit v1.2.3