Skip to content

Commit f069182

Browse files
committed
Fix typo
1 parent 6ca70bc commit f069182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ public void executeReport( Locale locale )
135135
}
136136
catch ( IOException e )
137137
{
138-
getLog().error( "Cannot copy ressources", e );
138+
getLog().error( "Cannot copy resources", e );
139139
}
140-
140+
141141
ProjectBuildingRequest buildingRequest =
142142
new DefaultProjectBuildingRequest( getSession().getProjectBuildingRequest() );
143143
buildingRequest.setLocalRepository( localRepository );

0 commit comments

Comments
 (0)