From e9fee40fd570c745b5164b3344564d8c1ac9f248 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 21 May 2009 15:55:16 +0200 Subject: efa: fixed a typo in an error message --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/efa b/bin/efa index ead1896..4a779ec 100755 --- a/bin/efa +++ b/bin/efa @@ -189,7 +189,7 @@ if (@exclude) { when('ast') { $post{inclMOT_10} = undef } when('sonstige') {$post{inclMOT_11} = undef } default { - print STDERR "--exclude: invaled argument\n"; + print STDERR "--exclude: invalid argument\n"; } } } -- cgit v1.2.3