summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-10 16:34:14 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-10 16:34:14 -0400
commit24d1cf19b8d711c445e1faf825889dd6cfd5bf4b (patch)
treeb6ffff3d5f131aaca3941d029e54433e26994a13
parentfd80cec18d4ad6f2f1ecbe1feb37f065b6bb1f26 (diff)
typo
-rw-r--r--doc/tips/untrusted_git_push.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/untrusted_git_push.mdwn b/doc/tips/untrusted_git_push.mdwn
index aef67a3db..3573a0ddf 100644
--- a/doc/tips/untrusted_git_push.mdwn
+++ b/doc/tips/untrusted_git_push.mdwn
@@ -74,7 +74,7 @@ Once you're done modifying the setup file, don't forget to run
You'll need to arrange the permissions on your bare git repository so that
user anon can write to it. One way to do it is to create a group, and put
-both anon and your regular user in that group. Then make make the bare git
+both anon and your regular user in that group. Then make the bare git
repository owned and writable by the group. See [[rcs/git]] for some more
tips on setting up a git repository with multiple committers.