diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:19:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:19:59 +0000 |
commit | 49325942f5451aa3f906cc6aefc9f39b60392bd5 (patch) | |
tree | faa1f3cc42ec542f73ffa8dc0e47e4cd79831528 /src/gui_at_sb.h | |
parent | 5f52cff1b346f5674291b5988017165a1f2287d9 (diff) | |
download | vim-git-49325942f5451aa3f906cc6aefc9f39b60392bd5.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_at_sb.h')
-rw-r--r-- | src/gui_at_sb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_at_sb.h b/src/gui_at_sb.h index 0d3d1967b..90940f552 100644 --- a/src/gui_at_sb.h +++ b/src/gui_at_sb.h @@ -110,7 +110,7 @@ typedef struct float max; /* Maximum value for top */ Dimension length; /* either height or width */ Dimension thickness; /* either width or height */ - Dimension min_thumb; /* minium size for the thumb. */ + Dimension min_thumb; /* minimum size for the thumb. */ /* private */ XtIntervalId timer_id; /* autorepeat timer; remove on destruction */ |