Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Sep 3, 2024
1 parent ae6f703 commit 631142e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DRList-1.0/DRList-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ end

--- Get DR category by spellID.
-- This is the main checker for if a spell/debuff has a DR. See wiki for example usage.
-- @tparam number Debuffs spellID
-- @tparam number spellID Debuff spellId
-- @treturn ?string The unlocalized category name.
-- @treturn ?{string,...} Read-only array with multiple categories if spellID has any shared DR categories. (Note: array includes main category too)
function Lib:GetCategoryBySpellID(spellID)
Expand Down
2 changes: 1 addition & 1 deletion DRList-1.0/Spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if Lib.gameExpansion == "retail" then
------------------------------------------------
-- SpellID list for mainline aka retail WoW.
-- Mostly contains spells that are usable in arena only.
-- Note: These are the debuff spellIds specificially.
-- Note: These are the debuff spellIds specifically.
------------------------------------------------
Lib.spellList = {
-- *** Disorient Effects ***
Expand Down

0 comments on commit 631142e

Please sign in to comment.