git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4700 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch
2006-10-17 04:34:58 +00:00
parent f32e56c7c8
commit 4461137169

View File

@ -75,7 +75,7 @@ public class CommandLineOptions {
minPriority = Integer.parseInt(args[i + 1]);
} catch (NumberFormatException e) {
throw new RuntimeException(MessageFormat.format(
"minimumpriority parameter must be a whole number, {0} recieved",
"minimumpriority parameter must be a whole number, {0} received",
new String[] { args[i + 1] }));
}
}