aboutsummaryrefslogtreecommitdiff
path: root/lib/mime.h
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2019-03-22 11:38:11 +0100
committerDaniel Gustafsson <daniel@yesql.se>2019-03-22 11:39:03 +0100
commitd0c1268f99dca8ac089ec93a9a4c2a8af1f95ae2 (patch)
treea632168c29f1c16e02d121d9c85c9765f5af3b09 /lib/mime.h
parentefd9fba68189c70c2a48d9726b25df25ba87fcd0 (diff)
lib: Fix typos in comments
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. */