diff options
Diffstat (limited to 'modules/printbackends/lpr/gtkprintbackendlpr.c')
-rw-r--r-- | modules/printbackends/lpr/gtkprintbackendlpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c index f864637553..d045208363 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.c +++ b/modules/printbackends/lpr/gtkprintbackendlpr.c @@ -411,7 +411,7 @@ lpr_printer_get_options (GtkPrinter *printer, g_object_unref (option); option = gtk_printer_option_new ("gtk-main-page-custom-input", _("Command Line"), GTK_PRINTER_OPTION_TYPE_STRING); - option->group = g_strdup ("GtkPrintDialogExtention"); + option->group = g_strdup ("GtkPrintDialogExtension"); if (settings != NULL && (command = gtk_print_settings_get (settings, "lpr-commandline"))!= NULL) gtk_printer_option_set (option, command); |