diff --git a/src/fr/monlouyan/bakefile/BakefileParser.java b/src/fr/monlouyan/bakefile/BakefileParser.java
index 5d4d348..a6f5a54 100644
--- a/src/fr/monlouyan/bakefile/BakefileParser.java
+++ b/src/fr/monlouyan/bakefile/BakefileParser.java
@@ -204,7 +204,7 @@ public class BakefileParser {
         Set<String> phonyTargets = new HashSet<>();
     
         if (!Files.exists(Paths.get(filename))) {
-            System.out.println("*** No targets specified and no makefile found.  Stop.");
+            System.out.println("*** No targets specified and no bakefile found.  Stop.");
             System.exit(2);
         }