Skip to content

Commit

Permalink
[typo] fix very minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed Sep 15, 2024
1 parent 20b9155 commit b89b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/han_tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function han_init()
-- and then an options frame for the addons interface.
do
local panel = CreateFrame("Frame", "HarrandAnshe_Options", InterfaceOptionsFramePanelContainer)
panel.name = "Harrand An'She Tracker"
panel.name = "Harrand An'she Tracker"
panel:SetScript("OnShow", impl_han_options_menu)
local category, layout = _G.Settings.RegisterCanvasLayoutCategory(panel, panel.name)
_G.Settings.RegisterAddOnCategory(category)
Expand Down

0 comments on commit b89b243

Please sign in to comment.