diff --git a/pafish/utils.c b/pafish/utils.c index 158925d..816381f 100644 --- a/pafish/utils.c +++ b/pafish/utils.c @@ -9,7 +9,7 @@ /** * Prototypes for the Wow64 API's since they aren't available in all Windows - * versions, most notetably Windows XP 32 bits. + * versions, most notably Windows XP 32 bits. */ typedef int (WINAPI *DisableWow64FsRedirectionProto) (void*);