Commit acf8e0f5 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

shell32: Fix a typo.

parent 0aca2e06
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment