]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fs.tex
Typo fix.
[wxWidgets.git] / docs / latex / wx / fs.tex
index f16a84be9676ec53d05afef71c7edff9c8a3a2fd..c8f80148b8402532cdde4f6510a66e800c9fcf33 100644 (file)
@@ -18,7 +18,7 @@ Its main methods are ChangePathTo() and OpenFile(). This class
 is most often used by the end user.
 \item The \helpref{wxFileSystemHandler}{wxfilesystemhandler} is the core
 of virtual file systems mechanism. You can derive your own handler and pass it to
-of the VFS mechanism. You can derive your own handler and pass it to
+the VFS mechanism. You can derive your own handler and pass it to
 wxFileSystem's AddHandler() method. In the new handler you only need to
 override the OpenFile() and CanOpen() methods.
 \end{itemize}