Merged bug fix from Stable into Unstable

This commit is contained in:
Mark DePristo 2011-10-17 15:25:47 -04:00
commit d065bf1715
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. " +