projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b7fa9
)
Fix typo
author
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 09:15:47 +0000
(11:15 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Thu, 28 May 2020 10:24:49 +0000
(12:24 +0200)
strptime.h
patch
|
blob
|
history
diff --git
a/strptime.h
b/strptime.h
index
d505b9e
..
b1d34d4
100644
(file)
--- 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 i
n
put string. */
if (*fmt != '%')
{
match_char (*fmt++, *rp++);