Fixed typo in error output

Signed-off-by: Karl-Heinz Marbaise <khmarbaise@apache.org>
This commit is contained in:
Florencia Tarditti 2015-03-24 03:28:28 +01:00 committed by Karl-Heinz Marbaise
parent 49a3e55208
commit a0babcecae
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ public class DefaultBuildPluginManager
ByteArrayOutputStream os = new ByteArrayOutputStream( 1024 );
PrintStream ps = new PrintStream( os );
ps.println( "A type incompatibility occured while executing " + mojoDescriptor.getId() + ": "
ps.println( "A type incompatibility occurred while executing " + mojoDescriptor.getId() + ": "
+ e.getMessage() );
pluginRealm.display( ps );