From: Jim Meyering Date: Fri, 12 Dec 2008 09:00:41 +0000 (+0100) Subject: git-config.txt: fix a typo X-Git-Tag: v1.6.1-rc3~4^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=544ddb045a4bd49da9ffc1d9da80bdc0d71b2518;p=git.git git-config.txt: fix a typo Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 28e186109..19a8917b8 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -279,7 +279,7 @@ If you want to know all the values for a multivar, do: % git config --get-all core.gitproxy ------------ -If you like to live dangerous, you can replace *all* core.gitproxy by a +If you like to live dangerously, you can replace *all* core.gitproxy by a new one with ------------