mirror of https://github.com/apache/maven.git
Fixed typo 'propery' to 'property'
This commit is contained in:
parent
f27c348bba
commit
49a3e55208
|
@ -328,7 +328,7 @@ public class MavenCli
|
|||
String basedirProperty = System.getProperty( MULTIMODULE_PROJECT_DIRECTORY );
|
||||
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 );
|
||||
throw new ExitException( 1 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue