diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-12 00:36:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-12 12:00:52 -0700 |
commit | e1c3bf496f494e60e781c8dd0ec3d799ea48722c (patch) | |
tree | 853e268ff0fffcbd6f1264f4ee2cb5c75b5a1b1e /Documentation/git-credential.txt | |
parent | 7f20008d14e3eececdc90c75d3a86ee6c250cb67 (diff) | |
download | git-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.tar.gz |
doc: various spelling fixes
Most of these were found using Lucas De Marchi's codespell tool.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-credential.txt')
-rw-r--r-- | Documentation/git-credential.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-credential.txt b/Documentation/git-credential.txt index 472f00f607..7da0f13a5c 100644 --- a/Documentation/git-credential.txt +++ b/Documentation/git-credential.txt @@ -56,7 +56,7 @@ For example, if we want a password for `https://example.com/foo.git`, we might generate the following credential description (don't forget the blank line at the end; it tells `git credential` that the application finished feeding all the -infomation it has): +information it has): protocol=https host=example.com |