diff options
author | Marlon Rac Cambasis <marlonrc08@gmail.com> | 2020-11-05 21:48:14 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-05 21:52:50 +0100 |
commit | b7e20b43733b81474b3b50a63cabe647538b010f (patch) | |
tree | 37e7e2f23c7b09e0ee8ce081feb95e4daa778c3f /Documentation/config.txt | |
parent | Git 2.29.2 (diff) | |
download | git-b7e20b43733b81474b3b50a63cabe647538b010f.tar.xz git-b7e20b43733b81474b3b50a63cabe647538b010f.zip |
doc: fixing two trivial typos in Documentation/
Fix misspelled "specified" and "occurred" in documentation and
comments.
Signed-off-by: Marlon Rac Cambasis <marlonrc08@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index bf706b950e..a3cdeaaa14 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -265,7 +265,7 @@ color:: The basic colors accepted are `normal`, `black`, `red`, `green`, `yellow`, `blue`, `magenta`, `cyan` and `white`. The first color given is the foreground; the second is the background. All the basic colors except -`normal` have a bright variant that can be speficied by prefixing the +`normal` have a bright variant that can be specified by prefixing the color with `bright`, like `brightred`. + Colors may also be given as numbers between 0 and 255; these use ANSI |