Skip to content

Commit a1a4ce3

Browse files
committed
Fix typo.
1 parent df49f59 commit a1a4ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/archiver/jar/JarToolModularJarArchiver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private boolean isModuleDescriptor( String path )
144144

145145
// the path is a module descriptor if it located
146146
// into the root of the archive or into the
147-
// version are of a multi-release JAR file
147+
// version area of a multi-release JAR file
148148
return prefix.isEmpty() ||
149149
MRJAR_VERSION_AREA.matcher( prefix ).matches();
150150
}

0 commit comments

Comments
 (0)