diff options
| author | Jacob Stopak <jacob@initialcommit.io> | 2022-09-19 19:45:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-09-21 10:28:35 -0700 |
| commit | 72991ff558585490aa4284c0b8ca1f13e86f0f18 (patch) | |
| tree | 96062735fba4ebdd146014910e8fc7d10cfc6e3e /Documentation/MyFirstObjectWalk.txt | |
| parent | c9dba103dd1dc75a27edca3e2420be5a1b266e17 (diff) | |
| download | git-72991ff558585490aa4284c0b8ca1f13e86f0f18.tar.xz | |
Documentation: clean up a few misspelled word typos
Used GNU "aspell check <filename>" to review various documentation
files with the default aspell dictionary. Ignored false-positives
between american and british english.
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/MyFirstObjectWalk.txt')
| -rw-r--r-- | Documentation/MyFirstObjectWalk.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MyFirstObjectWalk.txt b/Documentation/MyFirstObjectWalk.txt index 8d9e85566e..eee513e86f 100644 --- a/Documentation/MyFirstObjectWalk.txt +++ b/Documentation/MyFirstObjectWalk.txt @@ -534,7 +534,7 @@ the arguments to `traverse_commit_list()`. - `void *show_data`: A context buffer which is passed in turn to `show_commit` and `show_object`. -In addition, `traverse_commit_list_filtered()` has an additional paramter: +In addition, `traverse_commit_list_filtered()` has an additional parameter: - `struct oidset *omitted`: A linked-list of object IDs which the provided filter caused to be omitted. |
