diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-28 14:28:08 (GMT) |
commit | 6c33a5829de2164ea44a4b04a48188bdc4633b48 (patch) | |
tree | 9ef10b692ce29061f599407b881e54f0f71deb86 /xlib/xcolors.c | |
parent | 0fd1dde8cc2bed51e25230af8f739e7280e54389 (diff) | |
parent | 561fe24459c6d4f750c4ebe2a138aa563b1fb58c (diff) | |
download | tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.zip tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.gz tk-6c33a5829de2164ea44a4b04a48188bdc4633b48.tar.bz2 |
Merge 8.5 (just a few typo's)
Diffstat (limited to 'xlib/xcolors.c')
-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) */ |