summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
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;