Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Sep 24, 2022
1 parent 6ca70bc commit f069182
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ public void executeReport( Locale locale )
}
catch ( IOException e )
{
getLog().error( "Cannot copy ressources", e );
getLog().error( "Cannot copy resources", e );
}

ProjectBuildingRequest buildingRequest =
new DefaultProjectBuildingRequest( getSession().getProjectBuildingRequest() );
buildingRequest.setLocalRepository( localRepository );
Expand Down

0 comments on commit f069182

Please sign in to comment.