diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-07-20 00:17:17 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-20 16:59:17 -0700 |
commit | 6b677a28ffded042da18e3aefbb01d28e4a1b11b (patch) | |
tree | 83c264fd63e96280937313cd3cce4555fa622acd /Documentation/gitrepository-layout.txt | |
parent | 77b5be2abab69a69618dd40a6ca8b754388b8216 (diff) | |
download | git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.gz git-6b677a28ffded042da18e3aefbb01d28e4a1b11b.tar.xz |
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 3cd32d680..eb3d04078 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:: |