Skip to content

Commit f4e078a

Browse files
authored
Fix typo (#1444)
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 parent 7e1cbf8 commit f4e078a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-context/src/main/java/org/springframework/cloud/util/PropertyUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public abstract class PropertyUtils {
4242
public static final boolean MARKER_CLASS_EXISTS = ClassUtils.isPresent(MARKER_CLASS, null);
4343

4444
private PropertyUtils() {
45-
throw new UnsupportedOperationException("unable to instatiate utils class");
45+
throw new UnsupportedOperationException("unable to instantiate utils class");
4646
}
4747

4848
public static boolean bootstrapEnabled(Environment environment) {

0 commit comments

Comments
 (0)