X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..6b30ffedb18b86329fdc41ac1be27bc85bd758ff:/include/wx/cocoa/private/scrollview.h

diff --git a/include/wx/cocoa/private/scrollview.h b/include/wx/cocoa/private/scrollview.h
index a1f3de30ed..da293574c7 100644
--- a/include/wx/cocoa/private/scrollview.h
+++ b/include/wx/cocoa/private/scrollview.h
@@ -48,7 +48,7 @@ protected:
     virtual void Cocoa_synthesizeMouseMoved(void) {}
     /*!
         Flag as to whether we're scrolling for a native view or a custom
-        wxWindow.  This controls the scrolling behavior.  When providing
+        wxWindow.  This controls the scrolling behaviour.  When providing
         scrolling for a native view we don't catch scroller action messages
         and thus don't send scroll events and we don't actually scroll the
         window when the application calls ScrollWindow.