Fix typo
authorFabian Keil <fk@fabiankeil.de>
Thu, 28 May 2020 09:15:47 +0000 (11:15 +0200)
committerFabian Keil <fk@fabiankeil.de>
Thu, 28 May 2020 10:24:49 +0000 (12:24 +0200)
strptime.h

index d505b9e..b1d34d4 100644 (file)
@@ -297,7 +297,7 @@ strptime_internal (rp, fmt, tm, decided, era_cnt)
        }
 
       /* Any character but `%' must be matched by the same character
        }
 
       /* Any character but `%' must be matched by the same character
-        in the iput string.  */
+        in the input string.  */
       if (*fmt != '%')
        {
          match_char (*fmt++, *rp++);
       if (*fmt != '%')
        {
          match_char (*fmt++, *rp++);