]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/fswatcher.h
Refactor wxEventLoopSource-related code.
[wxWidgets.git] / include / wx / private / fswatcher.h
index 286fba854728c3eeb17e8ad9d0f296e67f47a1a7..d10b4036da88228a9b56d755ec8f0bc4a2b2db41 100644 (file)
@@ -52,7 +52,7 @@ public:
         wxCHECK_MSG( m_watches.find(winfo.GetPath()) == m_watches.end(), false,
                      "Path '%s' is already watched");
 
-        // conctruct watch entry
+        // construct watch entry
         wxSharedPtr<wxFSWatchEntry> watch(new wxFSWatchEntry(winfo));
 
         if (!DoAdd(watch))