diff options
author | Leila Muhtasib <muhtasib@gmail.com> | 2012-06-22 16:03:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-22 14:25:04 -0700 |
commit | 8d8136c37a98bfb545f46990e3854df3414c3528 (patch) | |
tree | 5d0542bc1ed9894ce850d47c28c0a0a3ca679038 /Documentation/diff-options.txt | |
parent | 0e64a95ae5824238cebdc921ed060efdef19620d (diff) | |
download | git-8d8136c37a98bfb545f46990e3854df3414c3528.tar.gz |
Documentation: Fix misspellings
Signed-off-by: Leila Muhtasib <muhtasib@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 6cfedd85dc..cf4b216598 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -59,7 +59,7 @@ endif::git-format-patch[] Generate a diffstat. By default, as much space as necessary will be used for the filename part, and the rest for the graph part. Maximum width defaults to terminal width, or 80 columns - if not connected to a terminal, and can be overriden by + if not connected to a terminal, and can be overridden by `<width>`. The width of the filename part can be limited by giving another width `<name-width>` after a comma. The width of the graph part can be limited by using |