aboutsummaryrefslogtreecommitdiff
path: root/Documentation/technical/api-ref-iteration.txt
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-12 00:36:10 +0200
committerJunio C Hamano <gitster@pobox.com>2013-04-12 12:00:52 -0700
commite1c3bf496f494e60e781c8dd0ec3d799ea48722c (patch)
tree853e268ff0fffcbd6f1264f4ee2cb5c75b5a1b1e /Documentation/technical/api-ref-iteration.txt
parent7f20008d14e3eececdc90c75d3a86ee6c250cb67 (diff)
downloadgit-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.tar.gz
git-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.tar.xz
doc: various spelling fixes
Most of these were found using Lucas De Marchi's codespell tool. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-ref-iteration.txt')
-rw-r--r--Documentation/technical/api-ref-iteration.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-ref-iteration.txt b/Documentation/technical/api-ref-iteration.txt
index dbbea95db..aa1c50f18 100644
--- a/Documentation/technical/api-ref-iteration.txt
+++ b/Documentation/technical/api-ref-iteration.txt
@@ -35,7 +35,7 @@ Iteration functions
* `head_ref_submodule()`, `for_each_ref_submodule()`,
`for_each_ref_in_submodule()`, `for_each_tag_ref_submodule()`,
`for_each_branch_ref_submodule()`, `for_each_remote_ref_submodule()`
- do the same as the functions descibed above but for a specified
+ do the same as the functions described above but for a specified
submodule.
* `for_each_rawref()` can be used to learn about broken ref and symref.