diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-19 08:51:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-19 08:51:42 (GMT) |
commit | 75c30053637add08acc694b8d87297a9264752da (patch) | |
tree | ba92b1fdf15b6c8c20a81fc3caa657831d65cbfc /generic/tkMenubutton.h | |
parent | a7eeb52034bae8e4eae1809bb4a1f711e4d818e9 (diff) | |
download | tk-75c30053637add08acc694b8d87297a9264752da.zip tk-75c30053637add08acc694b8d87297a9264752da.tar.gz tk-75c30053637add08acc694b8d87297a9264752da.tar.bz2 |
Update build scripts (backported from 8.7/9.0). Travis is no longer supported (probably won't even work any more). typo in tkMenubutton.h
Diffstat (limited to 'generic/tkMenubutton.h')
-rw-r--r-- | generic/tkMenubutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMenubutton.h b/generic/tkMenubutton.h index 1dbacb3..a5a1d3a 100644 --- a/generic/tkMenubutton.h +++ b/generic/tkMenubutton.h @@ -165,7 +165,7 @@ typedef struct { * "right", and "flush". "flush" means that * the upper left corner of the menubutton is * where the menu pops up. "above" and "below" - * will attempt to pop the menu compleletly + * will attempt to pop the menu completely * above or below the menu respectively. * "left" and "right" will pop the menu left * or right, and the active item will be next |