Fix recurrent typo in "usable"

This word has a single "e".
This commit is contained in:
Vadim Zeitlin
2020-09-02 20:49:39 +02:00
parent bf71a70a12
commit e4333fdeac
5 changed files with 9 additions and 9 deletions

View File

@@ -594,7 +594,7 @@ protected:
// -----------------------------------------------------------------------
// Indicates first bit useable by derived properties.
// Indicates first bit usable by derived properties.
#define wxPG_PROP_SHOW_FULL_FILENAME wxPG_PROP_CLASS_SPECIFIC_1
// Like wxLongStringProperty, but the button triggers file selector instead.