diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-02-10 12:51:30 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-02-10 13:16:27 +0100 |
commit | 9a702b150c8ddeafa8c10c9f120dafdeb08ef93b (patch) | |
tree | 5ec43fb1644e1a9a96d4f14bbe701503c0a507aa /apt-pkg/contrib/strutl.cc | |
parent | 55d0eea08198b6da420eeda28e825122e9ee3666 (diff) |
Fix various typos in the documentation
Diffstat (limited to 'apt-pkg/contrib/strutl.cc')
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 2e3e025ec..50344d1fe 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -989,7 +989,7 @@ static time_t timegm(struct tm *t) } #endif /*}}}*/ -// RFC1123StrToTime - Converts a HTTP1.1 full date strings into a time_t /*{{{*/ +// RFC1123StrToTime - Converts an HTTP1.1 full date strings into a time_t /*{{{*/ // --------------------------------------------------------------------- /* tries to parses a full date as specified in RFC7231 ยง7.1.1.1 with one exception: HTTP/1.1 valid dates need to have GMT as timezone. |