From c098afbe76e8b5e62ed4bd1c2bc6a70927ad6d40 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 12 May 2022 13:22:48 +0200
Subject: [PATCH] parse_http_url(): Add spaces in a comment

---
 urlmatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urlmatch.c b/urlmatch.c
index 750cd242..dc5d666a 100644
--- a/urlmatch.c
+++ b/urlmatch.c
@@ -245,7 +245,7 @@ jb_err parse_http_url(const char *url, struct http_request *http, int require_pr
 
 
    /*
-    * Split URL into protocol,hostport,path.
+    * Split URL into protocol, hostport, path.
     */
    {
       char *buf;
-- 
2.49.0