From 38ecc66cd9c61346a46697bbf1d8319f4f6f9800 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 28 Nov 2006 10:06:15 -0800 Subject: [PATCH] Typo that was missed in testing. --- hw/xfree86/ddc/ddcProperty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c index 87c91b8ce..ddf580cd4 100644 --- a/hw/xfree86/ddc/ddcProperty.c +++ b/hw/xfree86/ddc/ddcProperty.c @@ -69,7 +69,7 @@ DDCModesFromEstablished(int scrnIndex, struct established_timings *timing) for (i = 0; i < 17; i++) { if (bits & (0x01 << i)) { - Mode = xf86DusplicateMode(&DDCEstablishedModes[i]); + Mode = xf86DuplicateMode(&DDCEstablishedModes[i]); Modes = xf86ModesAdd(Modes, Mode); } }