]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
Return old, not new, selection from wxMSW wxNotebook::ChangeSelection().
[wxWidgets.git] / include / wx / file.h
index 5f00e49c11b462fdefaaee50fa823744821e58ff..23e46278a7030f3d9ba59bf65055322f204b675e 100644 (file)
@@ -42,7 +42,7 @@ enum wxPosixPermissions
     wxS_IWOTH = 00002,
     wxS_IXOTH = 00001,
 
-    // longer but more readable synonims for the constants above:
+    // longer but more readable synonyms for the constants above:
     wxPOSIX_USER_READ = wxS_IRUSR,
     wxPOSIX_USER_WRITE = wxS_IWUSR,
     wxPOSIX_USER_EXECUTE = wxS_IXUSR,