no changes, just a couple of typo fixes in comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-27 02:01:02 +00:00
parent 5e9b723f6d
commit 2a8c8b35f8

View File

@@ -63,7 +63,7 @@ public:
virtual wxDirTraverseResult OnDir(const wxString& dirname) = 0; virtual wxDirTraverseResult OnDir(const wxString& dirname) = 0;
// called for each directory which we couldn't open during our traversal // called for each directory which we couldn't open during our traversal
// of the directory tyree // of the directory tree
// //
// this method can also return either wxDIR_STOP, wxDIR_IGNORE or // this method can also return either wxDIR_STOP, wxDIR_IGNORE or
// wxDIR_CONTINUE but the latter is treated specially: it means to retry // wxDIR_CONTINUE but the latter is treated specially: it means to retry
@@ -95,7 +95,7 @@ public:
// opens the directory for enumeration, use IsOpened() to test success // opens the directory for enumeration, use IsOpened() to test success
wxDir(const wxString& dir); wxDir(const wxString& dir);
// dtor cleans up the associated ressources // dtor cleans up the associated resources
~wxDir(); ~wxDir();
// open the directory for enumerating // open the directory for enumerating