]> git.ipfire.org Git - thirdparty/git.git/blobdiff - url.c
Merge branch 'jt/t5500-unflake'
[thirdparty/git.git] / url.c
diff --git a/url.c b/url.c
index e34e5e751737aeb10a6afecc0a2cdf0ec78fa5fc..e04bd60b6bead493e3236949b5b4a837c729c146 100644 (file)
--- a/url.c
+++ b/url.c
@@ -5,7 +5,7 @@ int is_urlschemechar(int first_flag, int ch)
 {
        /*
         * The set of valid URL schemes, as per STD66 (RFC3986) is
-        * '[A-Za-z][A-Za-z0-9+.-]*'. But use sightly looser check
+        * '[A-Za-z][A-Za-z0-9+.-]*'. But use slightly looser check
         * of '[A-Za-z0-9][A-Za-z0-9+.-]*' because earlier version
         * of check used '[A-Za-z0-9]+' so not to break any remote
         * helpers.