summaryrefslogtreecommitdiff
path: root/Documentation/gitrepository-layout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-20 19:53:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-20 19:53:08 (GMT)
commit7d61b31b67a470c7008a989901d3efa1e6533dbe (patch)
tree93e5afaee66b77ced3d04a7c90f96cb41e8367d3 /Documentation/gitrepository-layout.txt
parent09c6a8e66cfe51400e6e7d5086266195c7ef62bf (diff)
parent6b677a28ffded042da18e3aefbb01d28e4a1b11b (diff)
downloadgit-7d61b31b67a470c7008a989901d3efa1e6533dbe.zip
git-7d61b31b67a470c7008a989901d3efa1e6533dbe.tar.gz
git-7d61b31b67a470c7008a989901d3efa1e6533dbe.tar.bz2
Merge branch 'vs/doc-spell' into maint
* vs/doc-spell: Documentation: spelling fixes
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r--Documentation/gitrepository-layout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index 3cd32d6..eb3d040 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -16,7 +16,7 @@ You may find these things in your git repository (`.git`
directory for a repository associated with your working tree, or
`<project>.git` directory for a public 'bare' repository. It is
also possible to have a working tree where `.git` is a plain
-ascii file containing `gitdir: <path>`, i.e. the path to the
+ASCII file containing `gitdir: <path>`, i.e. the path to the
real git repository).
objects::