chiark / gitweb /
Don't use quoted cookies because Safari is buggy. This means changing
[disorder] / lib / mime.c
index 422e1f5a419c90efb303b4476e10f68c40547eb4..87766472f52ab59f1a6683f1a534ea513d50adac 100644 (file)
@@ -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 '(':