Fix typo.

This commit is contained in:
Stephen Anthony 2022-11-17 15:36:35 -03:30
parent d1767d4d93
commit 9ddacb45a9
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void FSNodeWINDOWS::addFile(AbstractFSList& list, ListMode mode,
{
const char* const asciiName = find_data.cFileName;
// Skip files starting with '.' (we assume empty filesnames never occur)
// Skip files starting with '.' (we assume empty filenames never occur)
if (asciiName[0] == '.')
return;