diff Modules/Queue.lua @ 136:396c2960d54d

Queueing = queuing. :p
author Zerotorescue
date Tue, 18 Jan 2011 00:39:40 +0100
parents 8460855e3d90
children cd461a41723c
line wrap: on
line diff
--- a/Modules/Queue.lua	Tue Jan 18 00:36:48 2011 +0100
+++ b/Modules/Queue.lua	Tue Jan 18 00:39:40 2011 +0100
@@ -294,7 +294,7 @@
 				end
 				
 				if amount > 0 and amount >= minCraftingQueue then
-					-- If we are queueing at least one AND more than the minimum amount, then proceed
+					-- If we are queuing at least one AND more than the minimum amount, then proceed
 					
 					-- Auction value settings
 					local value = (priceThreshold ~= 0 and addon:GetAuctionValue(itemLink, groupName));