Typos in code comments, an error message, documentation

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ralf Wildenhues 2010-08-22 13:12:12 +02:00 коммит произвёл Junio C Hamano
Родитель 5cba1229d8
Коммит 3776ea9d70
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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::

Просмотреть файл

@ -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.