]> git.neil.brown.name Git - git.git/commitdiff
Documentation: config: improve word ordering for http.cookieFile
authorBrian Norris <computersforpeace@gmail.com>
Wed, 4 May 2016 18:42:14 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 May 2016 22:59:25 +0000 (15:59 -0700)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index fec0dea5d03343b40caf35ea6de6753049f08d35..c0d7bcff8ca13faf0d40a2cda489e18c2a308db2 100644 (file)
@@ -1602,7 +1602,7 @@ http.cookieFile::
        in the Git http session, if they match the server. The file format
        of the file to read cookies from should be plain HTTP headers or
        the Netscape/Mozilla cookie file format (see linkgit:curl[1]).
-       NOTE that the file specified with http.cookieFile is only used as
+       NOTE that the file specified with http.cookieFile is used only as
        input unless http.saveCookies is set.
 
 http.saveCookies::