diff options
Diffstat (limited to 'include/git2/submodule.h')
-rw-r--r-- | include/git2/submodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h index 616890df6..8efc26e79 100644 --- a/include/git2/submodule.h +++ b/include/git2/submodule.h @@ -148,7 +148,7 @@ GIT_EXTERN(void) git_submodule_free(git_submodule *submodule); * Iterate over all tracked submodules of a repository. * * See the note on `git_submodule` above. This iterates over the tracked - * submodules as decribed therein. + * submodules as described therein. * * If you are concerned about items in the working directory that look like * submodules but are not tracked, the diff API will generate a diff record |