Skip to content

Commit a4fbd52

Browse files
linghengqiandnestoro
authored andcommitted
Fix typo of MetadataCopyMojo
1 parent 640ede4 commit a4fbd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/MetadataCopyMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ private boolean checkIfSourcesExists(List<String> sourceDirectories) {
172172
File dir = new File(source);
173173
if (!dir.isDirectory() || !dir.exists()) {
174174
logger.warn("Cannot find source directory " + source + " for metadata copy. Please check if you configured agent" +
175-
" properly and it generates all necessary directories. If you want to skipp copy from some source, please " +
176-
"configure metadataCopy with disable stage you want to skipp.");
175+
" properly and it generates all necessary directories. If you want to skip copy from some source, please " +
176+
"configure metadataCopy with disable stage you want to skip.");
177177
return false;
178178
}
179179
}

0 commit comments

Comments
 (0)