typo: definied -> defined

This commit is contained in:
Erkan Yilmaz 2016-03-21 09:43:53 +01:00
parent 6496a6125f
commit b5d74eec16
9 changed files with 12 additions and 12 deletions

View file

@ -81,7 +81,7 @@ def merge(merged_path):
if config.coffeescript_compiler is None:
config.coffeescript_compiler = findCoffeescriptCompiler()
if not config.coffeescript_compiler:
logging.error("No coffeescript compiler definied, skipping compiling %s" % merged_path)
logging.error("No coffeescript compiler defined, skipping compiling %s" % merged_path)
return False # No coffeescript compiler, skip this file
# Replace / with os separators and escape it