X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1a73c6a816aeba155e88c628a0a778a2fe068bd..aaedb44c5e7169db22d32e8a335936e3213da33a:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index 5f00e49c11..23e46278a7 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -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,