[REACTOS] Fix 'seperate' typos

This commit is contained in:
Ratin Gao 2024-12-08 08:14:55 +08:00 committed by Timo Kreuzer
parent 34e76ade03
commit d936dba7ff
13 changed files with 14 additions and 14 deletions

View file

@ -30,7 +30,7 @@ typedef struct _RTL_SYSTEM_TIME {
/*
* RTL_TIME_ZONE_INFORMATION is the same as the TIME_ZONE_INFORMATION structure
* defined in winbase.h, however we need to define RTL_TIME_ZONE_INFORMATION
* seperately here so we don't depend on winbase.h.
* separately here so we don't depend on winbase.h.
* This is used by RtlQueryTimeZoneInformation and RtlSetTimeZoneInformation.
*/
typedef struct _RTL_TIME_ZONE_INFORMATION {