diff options
author | Petr Baudis <pasky@suse.cz> | 2006-11-18 06:05:11 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-18 11:09:55 -0800 |
commit | f847c07b9ac82ff3d0da0efb3bed75bc17489a17 (patch) | |
tree | b24652f1179c40a8f50c0ad541180d700057e4a1 | |
parent | f8290630cb900fc5581e91a4cc055d2fba121db0 (diff) | |
download | git-f847c07b9ac82ff3d0da0efb3bed75bc17489a17.tar.gz git-f847c07b9ac82ff3d0da0efb3bed75bc17489a17.tar.xz |
git-apply: Documentation typo fix
inacurate -> inaccurate, sorry if it was a pun. ;-)
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git-apply.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index d9137c748..2cc32d1c5 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -150,7 +150,7 @@ discouraged. * `strip` outputs warnings for a few such errors, strips out the trailing whitespaces and applies the patch. ---inacurate-eof:: +--inaccurate-eof:: Under certain circumstances, some versions of diff do not correctly detect a missing new-line at the end of the file. As a result, patches created by such diff programs do not record incomplete lines |