Francois Gouget : ntdll: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Fri Aug 27 15:03:33 CDT 2021


Module: wine
Branch: master
Commit: 167c7a524fd0ebc8c3ef3afd1af463dbf2b374ce
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=167c7a524fd0ebc8c3ef3afd1af463dbf2b374ce

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug 27 12:57:46 2021 +0200

ntdll: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/path.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/path.c b/dlls/ntdll/path.c
index 131b0e33683..47196067cd4 100644
--- a/dlls/ntdll/path.c
+++ b/dlls/ntdll/path.c
@@ -133,7 +133,7 @@ ULONG WINAPI RtlIsDosDeviceName_U( PCWSTR dos_name )
  *		is_valid_directory
  *
  * Helper for RtlDosPathNameToNtPathName_U_WithStatus.
- * Test if the path is an exisiting directory.
+ * Test if the path is an existing directory.
  */
 static BOOL is_valid_directory(LPCWSTR path)
 {




More information about the wine-cvs mailing list