aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-19 17:26:34 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-19 17:26:34 +0200
commit07d05448e8cb1799ac0fa7ecc55cd27b8d76b086 (patch)
tree6a0af7a31037aa5266fbe7eba2f1e2bdf114decd
parenttypos (diff)
downloadusing-git-07d05448e8cb1799ac0fa7ecc55cd27b8d76b086.tar.gz
using-git-07d05448e8cb1799ac0fa7ecc55cd27b8d76b086.tar.bz2
using-git-07d05448e8cb1799ac0fa7ecc55cd27b8d76b086.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--using-git.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index 10bc61b..d1c91b4 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -404,7 +404,7 @@ get noticed as the develops cannot work
against a broken commit history.
Additionally commits can be signed with
-GPG, so you can be sure that the commiter
+GPG, so you can be sure that the committer
is who she says she is.
@@ -471,7 +471,7 @@ branches of your repository. A branch is a
fork of your commit history, it allows you
to implement features in parallel. The most
important part with this is that you can
-fix bugs meanwhile you are working one big
+fix bugs meanwhile you are working on big
new features.
You main branch is by default called `master',