aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-12-12 21:50:34 -0800
committerJunio C Hamano <gitster@pobox.com>2008-12-12 21:50:34 -0800
commit0959df45253de579598dfc431ba5e370acd0ab8e (patch)
treee220190f3d7fd402c554778ed2d26e887aeeaa8e /Documentation
parenta126ed0a01e265d7f3b2972a34e85636e12e6d34 (diff)
parent544ddb045a4bd49da9ffc1d9da80bdc0d71b2518 (diff)
downloadgit-0959df45253de579598dfc431ba5e370acd0ab8e.tar.gz
git-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 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
------------