aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-29 15:13:27 +0200
committerLoïc Hoguin <[email protected]>2015-09-29 15:13:27 +0200
commitc148e886257b695d8c61a4aaf10aee3cf4a770d1 (patch)
treeade51a4420ab9f11178453f9fdfb245be6244de6 /test/Makefile
parentfe5c42fb818acf9ad6ca6589ea182dfbfbaa5427 (diff)
downloaderlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.tar.gz
erlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.tar.bz2
erlang.mk-c148e886257b695d8c61a4aaf10aee3cf4a770d1.zip
Improve a few comments and messages
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 9272832..20b2328 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -164,7 +164,7 @@ core-distclean-tmp: build clean-core-distclean-tmp
$i "Distclean the application"
$t $(MAKE) -C $(APP) distclean $v
- $i "Check if .erlang.mk directory got removed"
+ $i "Check that .erlang.mk directory got removed"
$t test ! -e $(APP)/.erlang.mk
core-help: build clean-core-help