diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2005-09-10 11:51:51 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-10 03:33:33 -0700 |
commit | d5e34380afcc98764a10a078b9fe7033795d14b1 (patch) | |
tree | b5ee4116d0d3a361cd91389b8e72d485a7d84ca8 | |
parent | 1f8af483df5ea7070c421489eff40ca8e508b778 (diff) | |
download | git-d5e34380afcc98764a10a078b9fe7033795d14b1.tar.gz git-d5e34380afcc98764a10a078b9fe7033795d14b1.tar.xz |
[PATCH] Documentation/repository-layout.txt typo
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/repository-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 297a47bdf..499b07059 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -131,6 +131,6 @@ info/exclude:: commands. remotes:: - Stoers shorthands to be used to give URL and default + Stores shorthands to be used to give URL and default refnames to interact with remote repository to `git fetch`, `git pull` and `git push` commands. |