From: Petr Baudis Date: Sat, 18 Nov 2006 05:05:11 +0000 (+0100) Subject: git-apply: Documentation typo fix X-Git-Tag: v1.4.4.1~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f847c07b9ac82ff3d0da0efb3bed75bc17489a17;p=git.git git-apply: Documentation typo fix inacurate -> inaccurate, sorry if it was a pun. ;-) Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- 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