Fix a comment typo in sed_https()
authorFabian Keil <fk@fabiankeil.de>
Tue, 14 Apr 2020 12:09:31 +0000 (14:09 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 14 Apr 2020 12:33:32 +0000 (14:33 +0200)
parsers.c

index b65474c..45b4c3b 100644 (file)
--- a/parsers.c
+++ b/parsers.c
@@ -1217,7 +1217,7 @@ jb_err sed_https(struct client_state *csp)
    csp->headers->last  = csp->https_headers->last;
 
    /*
-    * Start with fresh tags. Already exising tags may
+    * Start with fresh tags. Already existing tags may
     * be set again. This is necessary to overrule
     * URL-based patterns.
     */