diff options
author | stu <stwo@users.sourceforge.net> | 2017-11-03 01:56:21 (GMT) |
---|---|---|
committer | stu <stwo@users.sourceforge.net> | 2017-11-03 01:56:21 (GMT) |
commit | 76dc9b182361b23b6cc2437b3b41f275f28369f2 (patch) | |
tree | cac6bda196c16ecf8257ab25555871d6fd306fa3 /xlib | |
parent | 489a660ce900537a0e85686980a8aff85446cb44 (diff) | |
download | tk-76dc9b182361b23b6cc2437b3b41f275f28369f2.zip tk-76dc9b182361b23b6cc2437b3b41f275f28369f2.tar.gz tk-76dc9b182361b23b6cc2437b3b41f275f28369f2.tar.bz2 |
Typo in comment. vailid -> valid
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/xcolors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib/xcolors.c b/xlib/xcolors.c index 78fd44b..31db297 100644 --- a/xlib/xcolors.c +++ b/xlib/xcolors.c @@ -347,7 +347,7 @@ XParseColor( /* * If *p does not point to the end of the string, there were invalid - * digits in the spec. Ergo, it is not a vailid color string. + * digits in the spec. Ergo, it is not a valid color string. * (Bug f0188aca9e) */ |