From 4461137169028eef90f3cb8ca1b6d4ca66804e22 Mon Sep 17 00:00:00 2001 From: Xavier Le Vourch Date: Tue, 17 Oct 2006 04:34:58 +0000 Subject: [PATCH] Spelling git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4700 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/src/net/sourceforge/pmd/CommandLineOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmd/src/net/sourceforge/pmd/CommandLineOptions.java b/pmd/src/net/sourceforge/pmd/CommandLineOptions.java index 99ac807be6..ef712064c0 100644 --- a/pmd/src/net/sourceforge/pmd/CommandLineOptions.java +++ b/pmd/src/net/sourceforge/pmd/CommandLineOptions.java @@ -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] })); } }