changeset 11:088390bd4ab3

typo in luadoc
author rowaasr13
date Fri, 27 Jan 2017 03:48:54 +0300
parents d5c910dfcc96
children 305c7411fa4a
files OOCDo.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OOCDo.lua	Tue Jan 10 19:41:04 2017 +0300
+++ b/OOCDo.lua	Fri Jan 27 03:48:54 2017 +0300
@@ -54,7 +54,7 @@
    until true end
 end
 
---- Tries to set button to castwe first available spell from list.
+--- Tries to set button to cast first available spell from list.
 -- Sets button's .type to "spell" and .spell to first spell that player knowns (GetSpellInfo(name) returns something).
 -- Returns if any spell was found or not, so you can use this in conditional to do something else if there were no suitable spells.
 -- If none of spells was found, button will still lose previously assigned command.