diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index ad3301bd..d6f8ed3b 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -1077,7 +1077,7 @@ DrawingPanel::DrawingPanel(int _width, int _height) : iFilter->setWidth(width); iFilter->setHeight(height); - //Do a quick run to initalize the filter + //Do a quick run to initialize the filter //\TODO: Fix the filters so this is no longer needed myFilter->run(reinterpret_cast(&todraw), reinterpret_cast(&todraw), height);