From 1080ad32273e2bf3249be155f87c1678b55c13ed Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Tue, 5 Aug 2003 22:47:57 +0000 Subject: [PATCH] spelling fix --- capplets/display/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capplets/display/main.c b/capplets/display/main.c index 1c24ae1d7..cba05aff1 100644 --- a/capplets/display/main.c +++ b/capplets/display/main.c @@ -736,7 +736,7 @@ main (int argc, char *argv[]) XRRQueryVersion (xdisplay, &major, &minor) == 0) { GtkWidget *msg_dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - _("The XServer does not support the XRandR extenstion. Runtime resolution changes to the display size are not available.")); + _("The XServer does not support the XRandR extension. Runtime resolution changes to the display size are not available.")); gtk_dialog_run (GTK_DIALOG (msg_dialog)); gtk_widget_destroy (msg_dialog); exit (0);