From 82a6ba0238b02e5b8348ee95710f74ca9f22b58c Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 16 Jun 2002 13:49:37 +0000 Subject: [PATCH] fix spelling error, #85452 2002-06-16 Havoc Pennington * src/main.c (main): fix spelling error, #85452 --- ChangeLog | 4 ++++ src/main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21bed706a..17d18c696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-16 Havoc Pennington + + * src/main.c (main): fix spelling error, #85452 + 2002-06-15 Havoc Pennington * src/keybindings.c (meta_display_process_key_event): don't pass a diff --git a/src/main.c b/src/main.c index c05220599..913a23724 100644 --- a/src/main.c +++ b/src/main.c @@ -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,