chiark / gitweb /
more consistent language use in docs
[disorder] / lib / mime.c
index f7de5333ff08f189e38872569890abe0f408cf30..87fc43a9db8bec63570b3acfe5fafd3e3e72840b 100644 (file)
@@ -72,7 +72,7 @@ static int tspecial(int c) {
   }
 }
 
-/** @brief Mathc RFC2616 seprator characters */
+/** @brief Match RFC2616 seprator characters */
 static int http_separator(int c) {
   switch(c) {
   case '(':