summaryrefslogtreecommitdiffstats
path: root/src/gui_at_sb.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 19:19:59 +0000
commit49325942f5451aa3f906cc6aefc9f39b60392bd5 (patch)
treefaa1f3cc42ec542f73ffa8dc0e47e4cd79831528 /src/gui_at_sb.h
parent5f52cff1b346f5674291b5988017165a1f2287d9 (diff)
updated for version 7.1b
Diffstat (limited to 'src/gui_at_sb.h')
-rw-r--r--src/gui_at_sb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_at_sb.h b/src/gui_at_sb.h
index 0d3d1967b7..90940f5529 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 */