diff options
Diffstat (limited to 'pathspec.h')
-rw-r--r-- | pathspec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathspec.h b/pathspec.h index 04b632fa33..944baeb622 100644 --- a/pathspec.h +++ b/pathspec.h @@ -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() */ |