diff Comments.lua @ 429:95af8e72aa19 6.0.3-9

Corrected a function call to an out-of-scope function and fixed a typo preventing spell comments.
author MMOSimca <MMOSimca@gmail.com>
date Thu, 05 Feb 2015 08:14:28 -0500
parents 4a4ed54e4201
children 78e9cbbf3d58
line wrap: on
line diff
--- a/Comments.lua	Tue Jan 13 03:49:05 2015 -0500
+++ b/Comments.lua	Thu Feb 05 08:14:28 2015 -0500
@@ -403,7 +403,7 @@
         CreateQuestComment()
         return
     elseif arg == "spell" then
-        CreateSpellComent(true)
+        CreateSpellComment(true)
         return
     end
     CreateUnitComment(arg, true)