Fix a typo.

svn path=/trunk/; revision=50815
This commit is contained in:
Amine Khaldi 2011-02-19 10:20:27 +00:00
parent dc663b0be2
commit 6d4a648fe6

View file

@ -203,7 +203,7 @@ GetEventMessageFileDLL(IN LPCWSTR lpLogName,
/* Returns a string containing the requested substituted environment variable. */
ExpandEnvironmentStringsW((LPCWSTR)szModuleName, ExpandedName, MAX_PATH);
/* Succesfull */
/* Successful */
bReturn = TRUE;
}
}