From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 28 May 2020 09:15:47 +0000 (+0200)
Subject: Fix typo
X-Git-Tag: v_3_0_29~392
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/user-manual/diff?a=commitdiff_plain;h=0ceb8814bb11cbcabdf8908a2cc9b6fae377740c;p=privoxy.git

Fix typo
---

diff --git a/strptime.h b/strptime.h
index d505b9e1..b1d34d44 100644
--- a/strptime.h
+++ b/strptime.h
@@ -297,7 +297,7 @@ strptime_internal (rp, fmt, tm, decided, era_cnt)
 	}
 
       /* Any character but `%' must be matched by the same character
-	 in the iput string.  */
+	 in the input string.  */
       if (*fmt != '%')
 	{
 	  match_char (*fmt++, *rp++);