summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-12-12 21:50:34 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-12-12 21:50:34 -0800
commit0959df45253de579598dfc431ba5e370acd0ab8e (patch)
treee220190f3d7fd402c554778ed2d26e887aeeaa8e /Documentation
parentgit-branch: display sha1 on branch deletion (diff)
parentgit-config.txt: fix a typo (diff)
downloadtgif-0959df45253de579598dfc431ba5e370acd0ab8e.tar.xz
Merge branch 'maint'
* maint: git-config.txt: fix a typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-config.txt2
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
------------