diff options
Diffstat (limited to 'include/git2/status.h')
-rw-r--r-- | include/git2/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/status.h b/include/git2/status.h index a898d1f34..349d7aa0d 100644 --- a/include/git2/status.h +++ b/include/git2/status.h @@ -210,7 +210,7 @@ GIT_EXTERN(int) git_status_file( * * This function checks the ignore rules to see if they would apply to the * given file. This indicates if the file would be ignored regardless of - * whether the file is already in the index or commited to the repository. + * whether the file is already in the index or committed to the repository. * * One way to think of this is if you were to do "git add ." on the * directory containing the file, would it be added or not? |