Module: wine Branch: master Commit: 75c1622b01321df9b5016ec1f5b0505cce9e94dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=75c1622b01321df9b5016ec1f5...
Author: Francois Gouget fgouget@free.fr Date: Sat Jul 2 11:57:56 2016 +0200
ntdll: Fix typos in some comments.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/reg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/ntdll/reg.c b/dlls/ntdll/reg.c index 8af2181..0d03300 100644 --- a/dlls/ntdll/reg.c +++ b/dlls/ntdll/reg.c @@ -1209,7 +1209,7 @@ static NTSTATUS RTL_GetKeyHandle(ULONG RelativeTo, PCWSTR Path, PHANDLE handle) /************************************************************************* * RtlQueryRegistryValues [NTDLL.@] * - * Query multiple registry values with a signle call. + * Query multiple registry values with a single call. * * PARAMS * RelativeTo [I] Registry path that Path refers to @@ -1386,7 +1386,7 @@ out: /************************************************************************* * RtlCheckRegistryKey [NTDLL.@] * - * Query multiple registry values with a signle call. + * Query multiple registry values with a single call. * * PARAMS * RelativeTo [I] Registry path that Path refers to @@ -1416,7 +1416,7 @@ NTSTATUS WINAPI RtlCheckRegistryKey(IN ULONG RelativeTo, IN PWSTR Path) /************************************************************************* * RtlDeleteRegistryValue [NTDLL.@] * - * Query multiple registry values with a signle call. + * Query multiple registry values with a single call. * * PARAMS * RelativeTo [I] Registry path that Path refers to