fix spelling error, #85452

2002-06-16  Havoc Pennington  <hp@pobox.com>

	* src/main.c (main): fix spelling error, #85452
This commit is contained in:
Havoc Pennington 2002-06-16 13:49:37 +00:00 committed by Havoc Pennington
parent 82a43d88f5
commit 82a6ba0238
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-06-16 Havoc Pennington <hp@pobox.com>
* src/main.c (main): fix spelling error, #85452
2002-06-15 Havoc Pennington <hp@pobox.com>
* src/keybindings.c (meta_display_process_key_event): don't pass a

View File

@ -287,7 +287,7 @@ main (int argc, char **argv)
meta_ui_set_current_theme ("Crux", FALSE);
if (!meta_ui_have_a_theme ())
meta_fatal (_("Could not find a theme! Be sure %s exits and contains the usual themes."),
meta_fatal (_("Could not find a theme! Be sure %s exists and contains the usual themes."),
METACITY_PKGDATADIR"/themes");
/* Connect to SM as late as possible - but before managing display,