From 0ceb8814bb11cbcabdf8908a2cc9b6fae377740c Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:15:47 +0200 Subject: [PATCH] Fix typo --- strptime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++); -- 2.39.2