X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fec911b8c66f9871f8b7497c6bbbb4105f250704..c7e94140cd436c6c234a382ad4e16ec5da65830c:/src/generic/headerctrlg.cpp

diff --git a/src/generic/headerctrlg.cpp b/src/generic/headerctrlg.cpp
index f0f7cde162..279c1d031b 100644
--- a/src/generic/headerctrlg.cpp
+++ b/src/generic/headerctrlg.cpp
@@ -180,7 +180,7 @@ unsigned int wxHeaderCtrl::FindColumnAtPoint(int x, bool *onSeparator) const
 
         pos += col.GetWidth();
 
-        // if the column is resizeable, check if we're approximatively over the
+        // if the column is resizable, check if we're approximatively over the
         // line separating it from the next column
         //
         // TODO: don't hardcode sensitivity