Skip to content

Commit 3776ea9

Browse files
Ralf Wildenhuesgitster
authored andcommitted
Typos in code comments, an error message, documentation
Signed-off-by: Ralf Wildenhues <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5cba122 commit 3776ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ submodule.<name>.ignore::
17731773
Using "none" (the default when this option is not set) also shows
17741774
submodules that have untracked files in their work tree as changed.
17751775
This setting overrides any setting made in .gitmodules for this submodule,
1776-
both settings can be overriden on the command line by using the
1776+
both settings can be overridden on the command line by using the
17771777
"--ignore-submodules" option.
17781778

17791779
tar.umask::

Documentation/gitmodules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ submodule.<name>.ignore::
5656
If this option is also present in the submodules entry in .git/config of
5757
the superproject, the setting there will override the one found in
5858
.gitmodules.
59-
Both settings can be overriden on the command line by using the
59+
Both settings can be overridden on the command line by using the
6060
"--ignore-submodule" option.
6161

6262

0 commit comments

Comments
 (0)