From 1be5897e07d0bb85aa323f4be72fc8081d5371fc Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Sun, 6 Apr 2014 18:47:29 +0000 Subject: [PATCH] Documentation typo fix. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@1281 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- conditions/Runes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conditions/Runes.lua b/conditions/Runes.lua index 3a6b5c9..c15f53c 100644 --- a/conditions/Runes.lua +++ b/conditions/Runes.lua @@ -49,7 +49,7 @@ do end end - --- Test if the current active rune counst meets the minimum rune requirements set out in the parameters. + --- Test if the current active rune counts meets the minimum rune requirements set out in the parameters. -- This condition takes pairs of "type number" to mean that there must be a minimum of number runes of the named type. -- E.g., Runes(blood 1 frost 1 unholy 1) means at least one blood, one frost, and one unholy rune is available. -- @name Runes -- 1.7.9.5