diff options
author | Jim Meyering <jim@meyering.net> | 2008-12-12 10:00:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-12 20:39:41 -0800 |
commit | 544ddb045a4bd49da9ffc1d9da80bdc0d71b2518 (patch) | |
tree | 3a0be0065409a0ab38bc52239836d409b4a4464c /Documentation/git-config.txt | |
parent | 04d39759373e5de017e7c17ef4b762ac5ad3afcc (diff) | |
download | git-544ddb045a4bd49da9ffc1d9da80bdc0d71b2518.tar.gz |
git-config.txt: fix a typo
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r-- | Documentation/git-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 28e1861094..19a8917b83 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 ------------ |