summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-16 15:08:43 -0700
committerBrian Paul <brianp@vmware.com>2012-01-16 15:08:47 -0700
commit4d1acb30ad0ac3687c2d9482a88ddc524a6c5787 (patch)
treedfb38a00d828ca103f7b4b48673577a66e720c6f
parent72a0432e1adee743dc2e7441cc52c7c14a0e611f (diff)
glw: s/lighgrey/lightgrey/
https://bugs.freedesktop.org/show_bug.cgi?id=44844
-rw-r--r--GLwDrawA.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GLwDrawA.c b/GLwDrawA.c
index 30304a4..b9ef47b 100644
--- a/GLwDrawA.c
+++ b/GLwDrawA.c
@@ -270,7 +270,7 @@ static XtResource backgroundResources[] = {
static XtResource otherColorResources[] = {
{XmNforeground,XmCForeground,XmRPixel,
sizeof(Pixel),XtOffset(GLwDrawingAreaWidget,primitive.foreground),
- XmRString,(XtPointer)"lighgrey"},
+ XmRString,(XtPointer)"lightgrey"},
/*XmRCallProc, (XtPointer) _XmForegroundColorDefault},*/
{XmNhighlightColor,XmCHighlightColor,XmRPixel,sizeof(Pixel),