diff options
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 */ |