diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-11 10:41:03 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-11 10:41:03 (GMT) |
commit | 0fe18b82571d24300bc235e6c37013742ee3b778 (patch) | |
tree | 7df87e8b10ad5ba8a9ab84e94a618c114beac9ae /generic/tkText.h | |
parent | 6acf033f061f09ca43c0203318847b950110eb87 (diff) | |
download | tk-0fe18b82571d24300bc235e6c37013742ee3b778.zip tk-0fe18b82571d24300bc235e6c37013742ee3b778.tar.gz tk-0fe18b82571d24300bc235e6c37013742ee3b778.tar.bz2 |
Fixed typo in comment (introduced by error in [6a21622c7e])
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index 8fab200..f37e01a 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -407,7 +407,7 @@ typedef struct TkTextTag { * non-NULL. */ XColor *underlineColor; /* Color for the underline. NULL means same * color as foreground. */ - TkWrapMode wrapMode; /* How to hsandle wrap-around for this tag. + TkWrapMode wrapMode; /* How to handle wrap-around for this tag. * Must be TEXT_WRAPMODE_CHAR, * TEXT_WRAPMODE_NONE, TEXT_WRAPMODE_WORD, or * TEXT_WRAPMODE_NULL to use wrapmode for |