From 519d183d78e0b0eaf47a473e94f5d8611baf8463 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 7 Jan 2013 10:44:33 +1000 Subject: Fix two typos "requires an string value" Signed-off-by: Peter Hutterer --- hw/xfree86/common/xf86Option.c | 2 +- hw/xwin/winconfig.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Option.c b/hw/xfree86/common/xf86Option.c index c2ec79a53..40c9d15f4 100644 --- a/hw/xfree86/common/xf86Option.c +++ b/hw/xfree86/common/xf86Option.c @@ -515,7 +515,7 @@ ParseOptionValue(int scrnIndex, XF86OptionPtr options, OptionInfoPtr p, if (*s == '\0') { if (markUsed) { xf86DrvMsg(scrnIndex, X_WARNING, - "Option \"%s\" requires an string value\n", + "Option \"%s\" requires a string value\n", p->name); } p->found = FALSE; diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 313320f1a..9e38113a5 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -762,7 +762,7 @@ ParseOptionValue(int scrnIndex, pointer options, OptionInfoPtr p) case OPTV_STRING: if (*s == '\0') { winDrvMsg(scrnIndex, X_WARNING, - "Option \"%s\" requires an string value\n", p->name); + "Option \"%s\" requires a string value\n", p->name); p->found = FALSE; } else { -- cgit v1.2.3