aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-25 00:30:56 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-25 00:30:56 +0200
commit78239de20f01b078e3ed5f3decc8f7a5034ad50a (patch)
tree1db066c9c883b6cfc1fc59398f4f144d143a357e
parentmissed word (diff)
downloadusing-git-78239de20f01b078e3ed5f3decc8f7a5034ad50a.tar.gz
using-git-78239de20f01b078e3ed5f3decc8f7a5034ad50a.tar.bz2
using-git-78239de20f01b078e3ed5f3decc8f7a5034ad50a.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 fbc4ef5..5bb168a 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -423,9 +423,9 @@ the version the user used.
Traditionally, version control systems
were centralised. Every project has one
-repository all contributers pushed and
+repository all contributors pushed and
pulled from. Git is distributed, this
-means that contributers clone the
+means that contributors clone the
respository and works on that clone
instead of ``checking out'' the current
tip of the source code. This actually