diff options
author | Dirk Suesserott <newsletter@dirk.my1.cc> | 2008-04-09 22:20:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-04-11 12:25:30 -0700 |
commit | ca593f795994badf7cd543d24d1ed24aabc0d8e1 (patch) | |
tree | 5a9d2d369528cafb24c39a3baccbaaf510024945 /Documentation | |
parent | core-tutorial.txt: Fix showing the current behaviour. (diff) | |
download | tgif-ca593f795994badf7cd543d24d1ed24aabc0d8e1.tar.xz |
Documentation/git-request-pull: Fixed a typo ("send" -> "end")
Signed-off-by: Dirk Suesserott <newsletter@dirk.my1.cc>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-request-pull.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-request-pull.txt b/Documentation/git-request-pull.txt index 270df9b185..9a14c04e39 100644 --- a/Documentation/git-request-pull.txt +++ b/Documentation/git-request-pull.txt @@ -24,7 +24,7 @@ OPTIONS URL to include in the summary. <end>:: - Commit to send at; defaults to HEAD. + Commit to end at; defaults to HEAD. Author ------ |