Quantcast

Fixed a typo.

James D. Callahan III [03-15-10 - 03:03]
Fixed a typo.
Filename
Datamine.lua
diff --git a/Datamine.lua b/Datamine.lua
index e462c5c..a719328 100644
--- a/Datamine.lua
+++ b/Datamine.lua
@@ -1676,7 +1676,7 @@ do
 					else
 						--@debug@
 						added = true
-						tinsert(output, string.format("Spell ID not found for \"%s\" (%d).", name, spellid)
+						tinsert(output, string.format("Spell ID not found for \"%s\" (%d).", name, spellid))
 						--@end-debug@
 					end
 				end