Skip to content

Commit

Permalink
Fix spelling of layer manager title
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAldrich authored Sep 19, 2024
1 parent 4d2be98 commit c5ff6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxt_editor/dockwidgets/layer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class LayerManager(DockWidgetBase):
"""Interactive tree view of the layers in the open graph.
"""
def __init__(self, title='Layer Manger', parent=None):
def __init__(self, title='Layer Manager', parent=None):
super(LayerManager, self).__init__(title=title,
parent=parent,
minimum_width=100)
Expand Down

0 comments on commit c5ff6e7

Please sign in to comment.