Fixed typo 'propery' to 'property'

This commit is contained in:
Robert Stern 2015-05-06 13:16:44 +02:00
parent f27c348bba
commit 49a3e55208
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public class MavenCli
String basedirProperty = System.getProperty( MULTIMODULE_PROJECT_DIRECTORY ); String basedirProperty = System.getProperty( MULTIMODULE_PROJECT_DIRECTORY );
if ( basedirProperty == null ) if ( basedirProperty == null )
{ {
System.err.format( "-D%s system propery is not set." System.err.format( "-D%s system property is not set."
+ " Check $M2_HOME environment variable and mvn script match.", MULTIMODULE_PROJECT_DIRECTORY ); + " Check $M2_HOME environment variable and mvn script match.", MULTIMODULE_PROJECT_DIRECTORY );
throw new ExitException( 1 ); throw new ExitException( 1 );
} }