diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-21 15:55:16 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-05-21 15:55:16 +0200 |
| commit | e9fee40fd570c745b5164b3344564d8c1ac9f248 (patch) | |
| tree | 82c84b84df5f1ce84f1acaa052ee452ec452eee4 | |
| parent | 39be1d919ace678944647e252ea123c2c0ed79a4 (diff) | |
efa: fixed a typo in an error message
| -rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; } } } |
