Fixed minor typos in comments.

Yet another iteration.
This commit is contained in:
Artur Wieczorek
2015-06-09 20:04:27 +02:00
parent c9417c41f5
commit 6cc7811394
9 changed files with 20 additions and 20 deletions

View File

@@ -223,7 +223,7 @@ public:
void Prev();
/**
Set base parent, ie a property when, in which iteration returns, it
Set base parent, i.e. a property when, in which iteration returns, it
ends.
Default base parent is the root of the used wxPropertyGridPageState.
@@ -402,7 +402,7 @@ protected:
/** @class wxPropertyGridPageState
Contains low-level property page information (properties, column widths,
etc) of a single wxPropertyGrid or single wxPropertyGridPage. Generally you
etc.) of a single wxPropertyGrid or single wxPropertyGridPage. Generally you
should not use this class directly, but instead member functions in
wxPropertyGridInterface, wxPropertyGrid, wxPropertyGridPage, and
wxPropertyGridManager.