Documentation: fix minor inconsistency
[gitweb.git] / Documentation / config.txt
index 8f86050b05f5643240cfd760492079dbbcb73c76..c3ebd4d07c4b2839a34c48cda0d4e1612ea37f8b 100644 (file)
@@ -1516,7 +1516,7 @@ receive.denyDeletes::
        the ref. Use this to prevent such a ref deletion via a push.
 
 receive.denyCurrentBranch::
-       If set to true or "refuse", receive-pack will deny a ref update
+       If set to true or "refuse", git-receive-pack will deny a ref update
        to the currently checked out branch of a non-bare repository.
        Such a push is potentially dangerous because it brings the HEAD
        out of sync with the index and working tree. If set to "warn",