From 20872a383f7da403a388fecb4f49a446e0e263b2 Mon Sep 17 00:00:00 2001 From: Duarte Silva Date: Wed, 27 May 2015 19:34:06 +0100 Subject: [PATCH] Typographical error correction. --- pafish/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*);