Skip to content

Commit 72991ff

Browse files
initialcommit-iogitster
authored andcommitted
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 <[email protected]> Reviewed-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c9dba10 commit 72991ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/MyFirstContribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ all named like `v2-000n-my-commit-subject.patch`. `-v2` will also format
11601160
your patches by prefixing them with "[PATCH v2]" instead of "[PATCH]",
11611161
and your range-diff will be prefaced with "Range-diff against v1".
11621162

1163-
Afer you run this command, `format-patch` will output the patches to the `psuh/`
1163+
After you run this command, `format-patch` will output the patches to the `psuh/`
11641164
directory, alongside the v1 patches. Using a single directory makes it easy to
11651165
refer to the old v1 patches while proofreading the v2 patches, but you will need
11661166
to be careful to send out only the v2 patches. We will use a pattern like

Documentation/MyFirstObjectWalk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ the arguments to `traverse_commit_list()`.
534534
- `void *show_data`: A context buffer which is passed in turn to `show_commit`
535535
and `show_object`.
536536

537-
In addition, `traverse_commit_list_filtered()` has an additional paramter:
537+
In addition, `traverse_commit_list_filtered()` has an additional parameter:
538538

539539
- `struct oidset *omitted`: A linked-list of object IDs which the provided
540540
filter caused to be omitted.

Documentation/git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ Repository, command and file interfaces
344344

345345
This documentation discusses repository and command interfaces which
346346
users are expected to interact with directly. See `--user-formats` in
347-
linkgit:git-help[1] for more details on the critera.
347+
linkgit:git-help[1] for more details on the criteria.
348348

349349
include::cmds-userinterfaces.txt[]
350350

0 commit comments

Comments
 (0)