aboutsummaryrefslogtreecommitdiff
path: root/parse-time-string/parse-time-string.h
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-01-02 10:32:38 -0500
committerDavid Bremner <david@tethera.net>2018-01-04 20:35:58 -0400
commit54982e520c3bee74e947e311ee5b1219396fa1a8 (patch)
treecb9d6680c54a5425930a7c3a9dfc79800dc7982c /parse-time-string/parse-time-string.h
parent0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d (diff)
fix typos
Diffstat (limited to 'parse-time-string/parse-time-string.h')
-rw-r--r--parse-time-string/parse-time-string.h2
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);