diff options
Diffstat (limited to 'include/X11/Xaw3d/ScrollbarP.h')
-rw-r--r-- | include/X11/Xaw3d/ScrollbarP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/ScrollbarP.h b/include/X11/Xaw3d/ScrollbarP.h index d7458a0..12a117c 100644 --- a/include/X11/Xaw3d/ScrollbarP.h +++ b/include/X11/Xaw3d/ScrollbarP.h @@ -78,7 +78,7 @@ typedef struct { float shown; /* What percent is shown in the win */ 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. */ float picked; /* How much of the thumb is picked * * when scrolling starts */ |