diff options
| author | Andrei Rybak <rybak.a.v@gmail.com> | 2022-12-27 22:01:56 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-12-28 08:29:29 +0900 |
| commit | f95526419bacf116abae549e5716f4ced1f38442 (patch) | |
| tree | 54ef59f72365b4bbbc6ff0f1e3d04d88fe0b3e1e | |
| parent | abd4d67ab0f84fff703fa14d9eebfd287b42daeb (diff) | |
| download | git-f95526419bacf116abae549e5716f4ced1f38442.tar.xz | |
gitattributes.txt: fix typo in "comma separated"
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index e84e104f93..c61a119579 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -1149,7 +1149,7 @@ Unspecified:: String:: - Specify a comma separate list of common whitespace problems to + Specify a comma separated list of common whitespace problems to notice in the same format as the `core.whitespace` configuration variable. |
