diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-11-27 08:32:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 01:00:45 -0800 |
commit | a0178ae2cfd79a1da5d7ddfacadb1e41560bb464 (patch) | |
tree | 23be99925e0eea2a650b1ccccfaeef33176d5b3a /Documentation/git-commit.txt | |
parent | 5aa3bdd50d4e4f59c41ee6e70ae1e738a3a28cc0 (diff) | |
download | git-a0178ae2cfd79a1da5d7ddfacadb1e41560bb464.tar.gz git-a0178ae2cfd79a1da5d7ddfacadb1e41560bb464.tar.xz |
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 79be4f1c0..77604d021 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -92,7 +92,7 @@ OPTIONS -s:: --signoff:: - Add Signed-off-by line by the commiter at the end of the commit + Add Signed-off-by line by the committer at the end of the commit log message. -n:: |