xf86edid: fix typo in debug output

This commit is contained in:
Dave Airlie 2008-05-06 16:46:37 +10:00
parent 6acc2acd0d
commit e4ebfed178

View File

@ -363,7 +363,7 @@ DDCModeFromDetailedTiming(int scrnIndex, struct detailed_timings *timing,
/* We only do seperate sync currently */
if (timing->sync != 0x03) {
xf86DrvMsg(scrnIndex, X_INFO,
"%s: %dx%d Warning: We only handle seperate"
"%s: %dx%d Warning: We only handle separate"
" sync.\n", __func__, timing->h_active, timing->v_active);
}