From aa98e8e7a900d1727afc178a28e968d622358f48 Mon Sep 17 00:00:00 2001 From: Arthur Moore Date: Thu, 12 Mar 2015 19:33:07 -0400 Subject: [PATCH] Fix typo in comment --- src/wx/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);