aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-16 20:14:39 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-16 20:14:39 +0200
commit468ea9c7249b9b5fe913840fe46ece4e21a35095 (patch)
tree36f2cc903fbb07ddbda1ae1043a75fdc19e452aa
parenton merge tracking (diff)
downloadusing-git-468ea9c7249b9b5fe913840fe46ece4e21a35095.tar.gz
using-git-468ea9c7249b9b5fe913840fe46ece4e21a35095.tar.bz2
using-git-468ea9c7249b9b5fe913840fe46ece4e21a35095.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 810d1f9..0cbf2b5 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1092,7 +1092,7 @@ If you have not yet pushed your latest
commit you can amend it. If you have
pushed it, you cannot amend it cause
the commit ID changes because it is
-SHA-1 hashsum of all imformation.
+SHA-1 hashsum of all information.
To amend your commit run
@command{git commit --amend}.