From 37ffcf9ae7465bfd82434624568a61be5ee774a8 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Fri, 22 Jul 2005 07:27:01 +0000 Subject: [PATCH] * ext.c: Fixed a typo which has been noted by Arpad Biro. --- src/ChangeLog | 4 ++++ src/ext.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7b894b811..887cd1681 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2005-07-22 Roland Illig + + * ext.c: Fixed a typo which has been noted by Arpad Biro. + 2005-07-20 Roland Illig * key.c: When the command line option -x is given, enable diff --git a/src/ext.c b/src/ext.c index 19d090e63..6f7af7d06 100644 --- a/src/ext.c +++ b/src/ext.c @@ -478,7 +478,7 @@ regex_command (const char *filename, const char *action, int *move_dir) g_strdup_printf (_(" ~/%s file error "), MC_USER_EXT); message (1, title, _("The format of the ~/%s file has " "changed with version 3.0. You may either want to copy " - "it from %smc.ext of use that file as an example of how " + "it from %smc.ext or use that file as an example of how " "to write it."), MC_USER_EXT, mc_home); g_free (title); }