chore: remove repetitive words in comments

Signed-off-by: dongjinlong <dongjinlong@outlook.com>
This commit is contained in:
dongjinlong
2024-03-26 22:56:14 +08:00
committed by Corentin Le Molgat
parent f3f9bc44a2
commit a1ed8e3e85
15 changed files with 15 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ java:
@echo JAR_BIN = $(JAR_BIN)
@echo JAVA_BIN = $(JAVA_BIN)
@echo MVN_BIN = $(MVN_BIN)
$(warning Either JAVA support was turned off, or the the makefile cannot\
$(warning Either JAVA support was turned off, or the makefile cannot\
find 'java' or 'maven' command which is needed for build. \
Please make sure it is installed and in system path. \
Or turn java support ON.)