summaryrefslogtreecommitdiff
path: root/include/git2/status.h
diff options
context:
space:
mode:
authorKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
committerKevin Sawicki <kevin@github.com>2013-01-06 10:39:35 -0800
commit7eb222fc7d392e8570e93373d7ffc7f67ea792cc (patch)
treebccfb6acf06f51f9566b505bf7bf6233b6678e2e /include/git2/status.h
parente5562e181cd76d3b0447011bc892c86b03ed2952 (diff)
downloadlibgit2-7eb222fc7d392e8570e93373d7ffc7f67ea792cc.tar.gz
Correct typos in documentation
Diffstat (limited to 'include/git2/status.h')
-rw-r--r--include/git2/status.h2
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?