Austin English : shell32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Tue Mar 25 14:27:44 CDT 2014


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

Author: Austin English <austinenglish at gmail.com>
Date:   Sun Mar 23 17:09:36 2014 -0700

shell32: Fix a typo.

---

 dlls/shell32/shellpath.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c
index afa2543..2dfed75 100644
--- a/dlls/shell32/shellpath.c
+++ b/dlls/shell32/shellpath.c
@@ -2265,8 +2265,8 @@ HRESULT WINAPI SHGetFolderPathAndSubDirW(
     if (FAILED(hr)) goto end;
 
     if(pszSubPath) {
-        /* make sure the new path does not exceed th bufferlength
-         * rememebr to backslash and the termination */
+        /* make sure the new path does not exceed the buffer length
+         * and remember to backslash and terminate it */
         if(MAX_PATH < (lstrlenW(szBuildPath) + lstrlenW(pszSubPath) + 2)) {
             hr = HRESULT_FROM_WIN32(ERROR_FILENAME_EXCED_RANGE);
             goto end;




More information about the wine-cvs mailing list