aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 04:21:30 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 04:21:30 +0200
commit61b79fa03c9351acacde01b1c25fcbb28c449024 (patch)
treeb31596ee6f2133d66380e456dd1a51fa098979cb
parenttypo (diff)
downloadusing-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.gz
using-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.bz2
using-git-61b79fa03c9351acacde01b1c25fcbb28c449024.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 74c1501..7440929 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -624,7 +624,7 @@ git pull . MERGEE
@end example
In the default mode, @command{git pull . MERGEE}
-is a short and fore a fetch and merge:
+is a shorthand for a fetch and merge:
@example
git fetch MERGEE &&