travis-ci: check that all build artifacts are .gitignore-d
[gitweb.git] / pathspec.c
index a5f4df31eab7fd465c2e68c7a400287756c34c51..e2a23ebc9668b066d337391e96139af49907edfa 100644 (file)
@@ -606,7 +606,7 @@ void parse_pathspec(struct pathspec *pathspec,
 
        /*
         * If everything is an exclude pattern, add one positive pattern
-        * that matches everyting. We allocated an extra one for this.
+        * that matches everything. We allocated an extra one for this.
         */
        if (nr_exclude == n) {
                int plen = (!(flags & PATHSPEC_PREFER_CWD)) ? 0 : prefixlen;