Fixing error message typo

This commit is contained in:
Mark DePristo 2011-10-17 15:25:35 -04:00
parent 4108a294f7
commit a7cf9cdc67
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ class RodBindingArgumentTypeDescriptor extends ArgumentTypeDescriptor {
if ( tribbleType == null )
if ( ! file.canRead() | ! file.isFile() ) {
throw new UserException.CouldNotReadInputFile(file, "file does exist or couldn't be read");
throw new UserException.CouldNotReadInputFile(file, "file does't exist or couldn't be read");
} else {
throw new UserException.CommandLineException(
String.format("No tribble type was provided on the command line and the type of the file could not be determined dynamically. " +