summaryrefslogtreecommitdiff
path: root/lib/mime.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mime.h')
-rw-r--r--lib/mime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mime.h b/lib/mime.h
index ea34a75a6..0721c8ca4 100644
--- a/lib/mime.h
+++ b/lib/mime.h
@@ -88,7 +88,7 @@ typedef struct {
size_t offset; /* State-dependent offset. */
} mime_state;
-/* mimimum buffer size for the boundary string */
+/* minimum buffer size for the boundary string */
#define MIME_BOUNDARY_LEN (24 + MIME_RAND_BOUNDARY_CHARS + 1)
/* A mime multipart. */