Commit e9fee40f authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa: fixed a typo in an error message

parent 39be1d91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
			}
		}
	}