diff options
Diffstat (limited to 'include/X11/Xaw3d/SmeBSBP.h')
-rw-r--r-- | include/X11/Xaw3d/SmeBSBP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/SmeBSBP.h b/include/X11/Xaw3d/SmeBSBP.h index 0bf9489..893620c 100644 --- a/include/X11/Xaw3d/SmeBSBP.h +++ b/include/X11/Xaw3d/SmeBSBP.h @@ -81,7 +81,7 @@ typedef struct { /* private resources. */ Boolean set_values_area_cleared; /* Remember if we need to unhighlight. */ - GC norm_gc; /* noral color gc. */ + GC norm_gc; /* normal color gc. */ GC rev_gc; /* reverse color gc. */ GC norm_gray_gc; /* Normal color (grayed out) gc. */ GC invert_gc; /* gc for flipping colors. */ |