Skip to content
Snippets Groups Projects
Commit acf8e0f5 authored by Austin English's avatar Austin English Committed by Alexandre Julliard
Browse files

shell32: Fix a typo.

parent 0aca2e06
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment