Mercurial > hg-stable
changeset 40983:7654291091cf
color: fix a documentation typo
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 15 Dec 2018 23:14:03 -0500 |
parents | 55fcdb73c88b |
children | 8c8fcb385c46 |
files | mercurial/color.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/color.py Sat Dec 15 22:31:54 2018 -0500 +++ b/mercurial/color.py Sat Dec 15 23:14:03 2018 -0500 @@ -245,7 +245,7 @@ # Since "ansi" could result in terminal gibberish, we error on the # side of selecting "win32". However, if w32effects is not defined, # we almost certainly don't support "win32", so don't even try. - # w32ffects is not populated when stdout is redirected, so checking + # w32effects is not populated when stdout is redirected, so checking # it first avoids win32 calls in a state known to error out. if ansienviron or not w32effects or win32.enablevtmode(): realmode = 'ansi'