Fix typos in comments in C++ code

No real changes.

Closes https://github.com/wxWidgets/wxWidgets/pull/268
This commit is contained in:
orbitcowboy
2016-04-12 17:02:14 +02:00
committed by Vadim Zeitlin
parent c30fe114ee
commit e3f1423632
13 changed files with 30 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ class WXDLLIMPEXP_BASE wxClassInfo;
// Enum Support
//
// In the header files XTI requires no change from pure c++ code, however in the
// implementation, an enum needs to be enumerated eg:
// implementation, an enum needs to be enumerated e.g.:
//
// wxBEGIN_ENUM( wxFlavor )
// wxENUM_MEMBER( Vanilla )
@@ -60,7 +60,7 @@ public:
int GetEnumMemberValue(const wxChar *name ) const;
// returns the name of the enum member having the passed in value
// returns an emtpy string if not found
// returns an empty string if not found
const wxChar *GetEnumMemberName(int value) const;
// returns the number of members in this enum