Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 1ff3174

Browse files
committed
Fix typo
1 parent f038aaf commit 1ff3174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/atomist/rug/cli/version/VersionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static void validateJdkVersion() {
7373

7474
if (warn) {
7575
new Log(VersionUtils.class).info(Style.yellow(
76-
"Please update your Java Runtime Enviornment (JRE) from %s to version 1.8.0_111 or newer.",
76+
"Please update your Java Runtime Environment (JRE) from %s to version 1.8.0_111 or newer.",
7777
SystemUtils.JAVA_VERSION));
7878
}
7979
}

0 commit comments

Comments
 (0)