summaryrefslogtreecommitdiffstats
path: root/util
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 /util
parent0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d (diff)
fix typos
Diffstat (limited to 'util')
-rw-r--r--util/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/util.h b/util/util.h
index d12fadb4..b24860af 100644
--- a/util/util.h
+++ b/util/util.h
@@ -15,11 +15,11 @@ typedef enum util_status {
*/
UTIL_EOF,
/**
- * Low level error occured, consult errno.
+ * Low level error occurred, consult errno.
*/
UTIL_ERRNO,
/**
- * Zlib error occured, call gzerror for details.
+ * Zlib error occurred, call gzerror for details.
*/
UTIL_GZERROR
} util_status_t;