shell32: Fix a typo.

This commit is contained in:
Austin English 2008-04-29 15:31:47 -05:00 committed by Alexandre Julliard
parent 0aca2e0667
commit acf8e0f5a1
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ HRESULT XDG_UserDirLookup(const char ** xdg_dirs, const unsigned int num_dirs, c
}
hr = S_OK;
/* Remove entries for directories that do no exist */
/* Remove entries for directories that do not exist */
for (i = 0; i < num_dirs; i++)
{
struct stat statFolder;