]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dir.h
Avoid needless second string conversion when adding files to memory FS.
[wxWidgets.git] / interface / wx / dir.h
index d1fb1d47a12d4ceef67e40375a0399134db8002e..ecf8ffb724c2b75306bf2a3e13851dd61a5aacf6 100644 (file)
@@ -233,7 +233,7 @@ public:
         Returns the size (in bytes) of all files recursively found in @c dir or
         @c wxInvalidSize in case of error.
 
         Returns the size (in bytes) of all files recursively found in @c dir or
         @c wxInvalidSize in case of error.
 
-        In case it happens that while traversing folders a file's size can not
+        In case it happens that while traversing folders a file's size cannot
         be read, that file is added to the @a filesSkipped array, if not @NULL,
         and then skipped. This usually happens with some special folders which
         are locked by the operating system or by another process. Remember that
         be read, that file is added to the @a filesSkipped array, if not @NULL,
         and then skipped. This usually happens with some special folders which
         are locked by the operating system or by another process. Remember that