Rearrange struct client_state to reduce memory on amd64
[privoxy.git] / 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
-        in the iput string.  */
+        in the input string.  */
       if (*fmt != '%')
        {
          match_char (*fmt++, *rp++);