summaryrefslogtreecommitdiff
path: root/Documentation/gitignore.txt
diff options
context:
space:
mode:
authorShawn Bohrer <shawn.bohrer@gmail.com>2007-09-26 04:12:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-26 06:38:42 (GMT)
commitb06743925c3022ffbbd459431531709df13bbf38 (patch)
treea8155b8bd320aa4b06c57a5eab91ddecc44176e3 /Documentation/gitignore.txt
parent4d84aff356d9c6d86a8d621ee577283ed70e145e (diff)
downloadgit-b06743925c3022ffbbd459431531709df13bbf38.zip
git-b06743925c3022ffbbd459431531709df13bbf38.tar.gz
git-b06743925c3022ffbbd459431531709df13bbf38.tar.bz2
Fix spelling of overridden in documentation
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitignore.txt')
-rw-r--r--Documentation/gitignore.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt
index 9c83095..e8b8581 100644
--- a/Documentation/gitignore.txt
+++ b/Documentation/gitignore.txt
@@ -26,7 +26,7 @@ precedence, the last matching pattern decides the outcome):
* Patterns read from a `.gitignore` file in the same directory
as the path, or in any parent directory, with patterns in the
- higher level files (up to the root) being overriden by those in
+ higher level files (up to the root) being overridden by those in
lower level files down to the directory containing the file.
These patterns match relative to the location of the
`.gitignore` file. A project normally includes such