diff options
author | Horst H. von Brand <vonbrand@inf.utfsm.cl> | 2006-06-03 16:27:26 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-03 23:54:55 -0700 |
commit | abda1ef590d94a5e15e7ce3b685b5c092a790cfa (patch) | |
tree | 73162a92b2abd5d87b86566899e321dd8ccef59c /Documentation/git-apply.txt | |
parent | 895f10c3b596ef955c7f252717e5b4668530c569 (diff) | |
download | git-abda1ef590d94a5e15e7ce3b685b5c092a790cfa.tar.gz |
Documentation: Spelling fixes
Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-apply.txt')
-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 e93ea1f265..9cc7c74dea 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -113,7 +113,7 @@ OPTIONS When `git-apply` is used for statistics and not applying a patch, it defaults to `nowarn`. You can use different `<option>` to control this - behaviour: + behavior: + * `nowarn` turns off the trailing whitespace warning. * `warn` outputs warnings for a few such errors, but applies the |