Fix some spelling mistakes (mostly in comments).
[dcpomatic.git] / src / wx / content_panel.cc
index 5f3b3e4760e116065954789b276a07ac82a1ab73..f51d5ed48da7cd955b9afe8470305be26ab7d7b8 100644 (file)
@@ -550,7 +550,7 @@ bool
 ContentPanel::remove_clicked (bool hotkey)
 {
        /* If the method was called because Delete was pressed check that our notebook page
-          is visible and that the content list is focussed.
+          is visible and that the content list is focused.
        */
        if (hotkey && (_parent->GetCurrentPage() != _splitter || !_content->HasFocus())) {
                return true;