From 70d8760c06ec2735f91ba9295a1adf9278a07627 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:13:21 +0200 Subject: [PATCH] Fix typo --- win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32.c b/win32.c index ecfb63af..201d8da5 100644 --- a/win32.c +++ b/win32.c @@ -163,7 +163,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine #if 0 /* * Cheat in parsing the command line. We only ever have at most one - * paramater, which may optionally be specified inside double quotes. + * parameter, which may optionally be specified inside double quotes. */ if (lpCmdLine != NULL) -- 2.39.2