]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/notebook.cpp
Merge in from trunk r64802 - r68625
[wxWidgets.git] / src / gtk1 / notebook.cpp
index 420c567af604aaa0723ab17ffe3e184eab75382a..9018d387024c98844609c8d67052dcca4205dcb8 100644 (file)
@@ -100,7 +100,7 @@ static void gtk_notebook_page_change_callback(GtkNotebook *WXUNUSED(widget),
 
     if (notebook->m_skipNextPageChangeEvent)
     {
-        // this event was programatically generated by ChangeSelection() and thus must
+        // this event was programmatically generated by ChangeSelection() and thus must
         // be skipped
         notebook->m_skipNextPageChangeEvent = false;