diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-07-19 23:17:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-21 01:59:17 +0200 |
commit | 6b677a28ffded042da18e3aefbb01d28e4a1b11b (patch) | |
tree | 83c264fd63e96280937313cd3cce4555fa622acd /Documentation/gitrepository-layout.txt | |
parent | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail (diff) | |
download | git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.xz git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.zip |
Documentation: spelling fixes
[jc: with wording changes from Jonathan Nieder]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r-- | Documentation/gitrepository-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index 3cd32d6803..eb3d040783 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:: |