diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.h b/base/file_util.h index c51e1a0..7598621 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -176,7 +176,7 @@ bool CopyFile(const std::wstring& from_path, const std::wstring& to_path); // as well. // If there are files existing under to_path, always overwrite. // Returns true if successful, false otherwise. -// Dont't use wildcards on the names, it may stop working without notice. +// Don't use wildcards on the names, it may stop working without notice. // // If you only need to copy a file use CopyFile, it's faster. bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, |