forked from phoedos/pmd
Spelling
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4700 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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] }));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user