Skip to content

Commit

Permalink
Typos in code comments, an error message, documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ralf Wildenhues authored and Junio C Hamano committed Aug 22, 2010
1 parent 5cba122 commit 3776ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ submodule.<name>.ignore::
Using "none" (the default when this option is not set) also shows
submodules that have untracked files in their work tree as changed.
This setting overrides any setting made in .gitmodules for this submodule,
both settings can be overriden on the command line by using the
both settings can be overridden on the command line by using the
"--ignore-submodules" option.

tar.umask::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/gitmodules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ submodule.<name>.ignore::
If this option is also present in the submodules entry in .git/config of
the superproject, the setting there will override the one found in
.gitmodules.
Both settings can be overriden on the command line by using the
Both settings can be overridden on the command line by using the
"--ignore-submodule" option.


Expand Down

0 comments on commit 3776ea9

Please sign in to comment.