]> git.notmuchmail.org Git - notmuch/blobdiff - parse-time-string/parse-time-string.h
fix typos
[notmuch] / parse-time-string / parse-time-string.h
index 2063bcadb3faf8d21cd49787b44ccbec1af88e4c..c394ecde1f5bc22538dd8bc8e9c2ae7d91e878ed 100644 (file)
@@ -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);