From 78a782b79188cc69dc62c12128620e7bd1348936 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Tue, 5 Aug 2014 12:50:58 +0400 Subject: [PATCH] Fixing text of message in precommit script. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23138973b..d542df8d4 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ build: clean $(JERRY_TARGETS) all: clean $(JERRY_TARGETS) $(TESTS_TARGET) $(CHECK_TARGETS) GIT_STATUS_NOT_CLEAN_MSG="Git status of current directory is not clean" -GIT_STATUS_CONSIDER_CLEAN_MSG="Consider removing all untracked files and locally commiting all changes and running \'make precommit\' again" +GIT_STATUS_CONSIDER_CLEAN_MSG="Consider removing all untracked files, locally commiting all changes and running \'make precommit\' again" PRECOMMIT_CHECK_TARGETS_LIST= debug.linux-sanitize.check \ debug.linux-valgrind.check \ debug_release.linux-sanitize.check \