diff options
author | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-07-02 19:36:19 (GMT) |
commit | 8a3e8fe5694a99d5b91fb75803a6976aa259eb66 (patch) | |
tree | d8d2e398064aea801ebceddb89eccef4e6988240 /generic/tkMenu.h | |
parent | 8d9bcf37ddbe36e3fd50042d8dfb15bc5a6c2d12 (diff) | |
download | tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.zip tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.gz tk-8a3e8fe5694a99d5b91fb75803a6976aa259eb66.tar.bz2 |
Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)
Diffstat (limited to 'generic/tkMenu.h')
-rw-r--r-- | generic/tkMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkMenu.h b/generic/tkMenu.h index 4cc3d1b..ae69d96 100644 --- a/generic/tkMenu.h +++ b/generic/tkMenu.h @@ -120,7 +120,7 @@ typedef struct TkMenuEntry { * always 0 for tearoff and separator * entries. */ int hideMargin; /* If this is 0, then the item has enough - * margin to accomodate a standard check mark + * margin to accommodate a standard check mark * and a default right margin. If this is 1, * then the item has no such margins, and * checkbuttons and radiobuttons with this set |