]> git.notmuchmail.org Git - notmuch/blobdiff - util/util.h
fix typos
[notmuch] / util / util.h
index d12fadb4fcce762249210858f6f0367103336dba..b24860afa9a67b581354a4dbf0635bb0621dad74 100644 (file)
@@ -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;