Skip to content

Commit ec42dcd

Browse files
committed
Fix typo
1 parent b18db5e commit ec42dcd

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Packager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public void setLayers(Layers layers) {
143143
}
144144

145145
/**
146-
* Sets if jarmode jars relevant for the packaging should be automatcially included.
146+
* Sets if jarmode jars relevant for the packaging should be automatically included.
147147
* @param includeRelevantJarModeJars if relevant jars are included
148148
*/
149149
public void setIncludeRelevantJarModeJars(boolean includeRelevantJarModeJars) {

0 commit comments

Comments
 (0)