Skip to content

Commit cbe14e8

Browse files
authored
Fix typo (#257)
Signed-off-by: Peter Eisentraut <[email protected]>
1 parent dcceb6d commit cbe14e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ info:
9898
@echo " check : perform self-tests"
9999
@echo " checkstyle: check source files for coding style issues"
100100
@echo " release : finalize release and create git tag for specified VERSION"
101-
@echo " test : same as 'make check"
101+
@echo " test : same as 'make check'"
102102

103103
clean:
104104
$(call echocmd," CLEAN lcov")

0 commit comments

Comments
 (0)