X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=parse-time-string%2Fparse-time-string.h;h=c394ecde1f5bc22538dd8bc8e9c2ae7d91e878ed;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hp=bfa4ee3560f62241644c45459a40fafb674f6944;hpb=d86522637a7cd0455c127284ebccf3645d681441;p=notmuch diff --git a/parse-time-string/parse-time-string.h b/parse-time-string/parse-time-string.h index bfa4ee35..c394ecde 100644 --- a/parse-time-string/parse-time-string.h +++ b/parse-time-string/parse-time-string.h @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * * Author: Jani Nikula */ @@ -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);