X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1a73c6a816aeba155e88c628a0a778a2fe068bd..937d5b6075db060b98daa0f0fadbaa528bc85554:/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,