Austin English : shell32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Apr 30 06:57:14 CDT 2008


Module: wine
Branch: master
Commit: acf8e0f5a11eebc3cccf736535ae4ddc962dfe43
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=acf8e0f5a11eebc3cccf736535ae4ddc962dfe43

Author: Austin English <austinenglish at gmail.com>
Date:   Tue Apr 29 15:31:47 2008 -0500

shell32: Fix a typo.

---

 dlls/shell32/xdg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/xdg.c b/dlls/shell32/xdg.c
index b541aa7..c578b90 100644
--- a/dlls/shell32/xdg.c
+++ b/dlls/shell32/xdg.c
@@ -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;




More information about the wine-cvs mailing list