diff options
| author | David Bremner <david@tethera.net> | 2018-06-18 21:18:58 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-18 21:18:58 -0300 |
| commit | 698415201715497bdf9d5f53aac0d58f65f86dd9 (patch) | |
| tree | af26b4a84fd985832f9aa51008e12fe5fda4689e /parse-time-string/parse-time-string.h | |
| parent | c6fba20b96f8c9ebdff0ea43bdc114b64617e4d0 (diff) | |
| parent | 079826f124823f134e5877173e9380edc2eeb3dc (diff) | |
Merge tag 'debian/0.27-1' into debian/stretch-backports
notmuch Debian 0.27-1 upload (same as 0.27)
Diffstat (limited to 'parse-time-string/parse-time-string.h')
| -rw-r--r-- | parse-time-string/parse-time-string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse-time-string/parse-time-string.h b/parse-time-string/parse-time-string.h index 2063bcad..c394ecde 100644 --- a/parse-time-string/parse-time-string.h +++ b/parse-time-string/parse-time-string.h @@ -90,7 +90,7 @@ enum { * seconds. This is useful for callers that require a value for * inclusive comparison of the result. * - * Return 0 (PARSE_TIME_OK) for succesfully parsed date/time, or one + * Return 0 (PARSE_TIME_OK) for successfully parsed date/time, or one * of PARSE_TIME_ERR_* on error. 't' is not modified on error. */ int parse_time_string (const char *s, time_t *t, const time_t *ref, int round); |
