aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 17:59:39 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 17:59:39 +0200
commit2bd2ddfaad328e8bd9bbe160c018e48854612f32 (patch)
tree838d8b366534069a503ba496bc1aef9231ed4b81 /using-git.texinfo
parentm (diff)
downloadusing-git-2bd2ddfaad328e8bd9bbe160c018e48854612f32.tar.gz
using-git-2bd2ddfaad328e8bd9bbe160c018e48854612f32.tar.bz2
using-git-2bd2ddfaad328e8bd9bbe160c018e48854612f32.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 61627ab..d7578de 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -954,7 +954,7 @@ git revert THE_COMMIT_ID_OF_THE_COMMIT_AFTER_THAT_COMMIT..HEAD
If you have not push the commits you
want to revert you can do a reset instead,
-thay way the are irreverable removed
+this way they are irreverable removed
instead of a new commit being made:
@example