From fb93d7f101c71b7eb9e51b64c0adb5f5c519b6e5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 22 Oct 2021 01:41:21 +0200 Subject: [PATCH] Fix wrong class name in wxAuiTabContainer comment No real changes, just fix a typo in a comment. See https://github.com/wxWidgets/wxWidgets/pull/2556 --- src/aui/auibook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aui/auibook.cpp b/src/aui/auibook.cpp index 0e4543c088..f22589e2a2 100644 --- a/src/aui/auibook.cpp +++ b/src/aui/auibook.cpp @@ -64,7 +64,7 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxAuiNotebookEvent, wxBookCtrlEvent); // wxAuiTabContainer is a class which contains information about each // tab. It also can render an entire tab control to a specified DC. // It's not a window class itself, because this code will be used by -// the wxFrameMananger, where it is disadvantageous to have separate +// the wxAuiManager, where it is disadvantageous to have separate // windows for each tab control in the case of "docked tabs" // A derived class, wxAuiTabCtrl, is an actual wxWindow-derived window