fix(bin/linja): fix typo

This commit is contained in:
Soonho Kong 2014-10-02 17:05:28 -07:00
parent 5e551db9be
commit 229caec0a4

View file

@ -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):