diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c index c0e5a1e22..7ae740fc0 100644 --- a/hw/dmx/dmxextension.c +++ b/hw/dmx/dmxextension.c @@ -1253,7 +1253,7 @@ static Bool dmxCompareScreens(DMXScreenInfo *new, { int j; - old = dmxScreens; /* each new screen must much the first screen */ + old = dmxScreens; /* each new screen must match the first screen */ if (new->beDepth != old->beDepth) {