X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/328248baff5193180b6658e15503053ea8eeeb3f..82c01b317cd1892f4376c68be88a74f971493428:/lib/mime.c?ds=sidebyside diff --git a/lib/mime.c b/lib/mime.c index 422e1f5..8776647 100644 --- a/lib/mime.c +++ b/lib/mime.c @@ -73,7 +73,7 @@ static int tspecial(int c) { } } -/** @brief Match RFC2616 seprator characters */ +/** @brief Match RFC2616 separator characters */ static int http_separator(int c) { switch(c) { case '(':