Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 926c581

Browse files
Fix typos
Signed-off-by: Jinbo Wang <[email protected]>
1 parent 2229e43 commit 926c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/java-12/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN yum install -y git curl procps unzip
3737
# Clean yum cache
3838
RUN yum clean all
3939

40-
# Allow for a consistant java home location for settings - image is changing over time
40+
# Allow for a consistent java home location for settings - image is changing over time
4141
RUN if [ ! -d "/docker-java-home" ]; then ln -s "${JAVA_HOME}" /docker-java-home; fi
4242

4343
# Set the default shell to bash instead of sh

0 commit comments

Comments
 (0)