From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 09:13:21 +0000 (+0200)
Subject: Fix typo
X-Git-Tag: v_3_0_29~397
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/@default-cgi@send-stylesheet?a=commitdiff_plain;h=70d8760c06ec2735f91ba9295a1adf9278a07627;p=privoxy.git

Fix typo
---

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)