Fix typo.

This commit is contained in:
David Reveman 2008-07-03 16:27:36 -04:00
parent cc40918422
commit e776efc2b7

View file

@ -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)
{