mirror of https://github.com/apache/maven.git
MNG-5625: Fix typo
This commit is contained in:
parent
9468599ca3
commit
bd27f7814f
|
@ -115,7 +115,7 @@ public class LifecycleStarter
|
|||
if ( degreeOfConcurrency >= 2 )
|
||||
{
|
||||
logger.info( "" );
|
||||
logger.info( String.format( "Using the %s implemenation with a thread count of %d", builder.getClass().getSimpleName(), degreeOfConcurrency ) );
|
||||
logger.info( String.format( "Using the %s implementation with a thread count of %d", builder.getClass().getSimpleName(), degreeOfConcurrency ) );
|
||||
}
|
||||
builder.build( session, reactorContext, projectBuilds, taskSegments, reactorBuildStatus );
|
||||
|
||||
|
|
Loading…
Reference in New Issue