Merge branch 'cc/replace-with-the-same-type'
[gitweb.git] / pathspec.h
index 04b632fa3326defd3d119d88beadb296f8e4a722..944baeb622cee4aeebb835d01982466cf2c2ce29 100644 (file)
@@ -14,7 +14,7 @@
         PATHSPEC_GLOB          | \
         PATHSPEC_ICASE)
 
-#define PATHSPEC_ONESTAR 1     /* the pathspec pattern sastisfies GFNM_ONESTAR */
+#define PATHSPEC_ONESTAR 1     /* the pathspec pattern satisfies GFNM_ONESTAR */
 
 struct pathspec {
        const char **_raw; /* get_pathspec() result, not freed by free_pathspec() */