X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=util%2Futil.h;h=b24860afa9a67b581354a4dbf0635bb0621dad74;hp=d12fadb4fcce762249210858f6f0367103336dba;hb=54982e520c3bee74e947e311ee5b1219396fa1a8;hpb=0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d 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;