From 229caec0a487cd1248fc9f66290271ca2b7f015c Mon Sep 17 00:00:00 2001 From: Soonho Kong Date: Thu, 2 Oct 2014 17:05:28 -0700 Subject: [PATCH] fix(bin/linja): fix typo --- bin/linja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linja b/bin/linja index f3705f971..878d2cad3 100755 --- a/bin/linja +++ b/bin/linja @@ -197,7 +197,7 @@ def check_requirements(): if g_ninja_path == "USE DEFAULT": g_ninja_path = find_location(ninja_exec_name) if not os.path.isfile(g_lean_path): - error("cannot find leanpp executable at " + os.path.abspath(g_lean_path)) + error("cannot find lean executable at " + os.path.abspath(g_lean_path)) if not os.path.isfile(g_ltags_path): error("cannot find ltags executable at " + os.path.abspath(g_ltags_path)) if not os.path.isfile(g_ninja_path):