X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=strptime.h;h=b1d34d44523371dfe20d7c1161563a49c0bf22ea;hp=d505b9e1d1dffcbf1a43472f9a0882dab91e1a02;hb=41bcde325feaf65a42fe2c4ab21cee5771ac60ad;hpb=2e8ea1c7d7f7b0c254406971c53b783cd944e6fe 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++);