From 85fe9c173930430579812fa9c8e039534e79bfd1 Mon Sep 17 00:00:00 2001 From: Ralf Hemmecke Date: Thu, 17 Mar 2011 19:10:43 +0100 Subject: [PATCH] (minor) docfix --- doc/gitolite.conf.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gitolite.conf.mkd b/doc/gitolite.conf.mkd index 242c12c..ffdbd2e 100644 --- a/doc/gitolite.conf.mkd +++ b/doc/gitolite.conf.mkd @@ -120,7 +120,7 @@ For basic permissions like this, matching is simple. Gitolite already knows: * the user * the repo * the branch or tag ("ref") being pushed - * whether it is a notmal (ff) push or a rewind (non-ff) push. + * whether it is a normal (ff) push or a rewind (non-ff) push. Gitolite goes down the list of rules matching the user, repo, and the ref. The first matching rule that has the permission you're looking for (`W` or