MNG-5625: Fix typo

This commit is contained in:
Pavel Sorokin 2014-05-24 12:29:09 +02:00
parent 9468599ca3
commit bd27f7814f
1 changed files with 1 additions and 1 deletions

View File

@ -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 );