X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=parse-time-string%2Fparse-time-string.h;fp=parse-time-string%2Fparse-time-string.h;h=c394ecde1f5bc22538dd8bc8e9c2ae7d91e878ed;hp=2063bcadb3faf8d21cd49787b44ccbec1af88e4c;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hpb=0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d 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);