summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-05-21 15:55:16 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-05-21 15:55:16 +0200
commite9fee40fd570c745b5164b3344564d8c1ac9f248 (patch)
tree82c84b84df5f1ce84f1acaa052ee452ec452eee4
parent39be1d919ace678944647e252ea123c2c0ed79a4 (diff)
efa: fixed a typo in an error message
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
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";
}
}
}