diff --git a/configure b/configure index f4094776..3b974dc4 100755 --- a/configure +++ b/configure @@ -297,7 +297,7 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | | d_print = { "install_ninja": "Install ninja...", "build": "Creating build.ninja...", - "install": "Installing the dependancy through ninja..." + "install": "Installing the dependency through ninja..." } length = max(map(len, d_print.values())) @@ -347,15 +347,15 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | | ""] # Build to install - l_dependancy = [d_info[i].default_path for i in d_dependency[need] + l_dependency = [d_info[i].default_path for i in d_dependency[need] if i in l_install_descendant] - str_dependancy = " ".join(l_dependancy) + str_dependency = " ".join(l_dependency) rule = "install" if need != "ocaml" else "install_verbose" l_build += ["build {0}: {1} {2} {3}".format(default_path, rule, archive_path, - str_dependancy), + str_dependency), " target = {0}".format(need), " descr = {0}".format(descr), ""] diff --git a/doc/code_architecture/Script.md b/doc/code_architecture/Script.md index 6c5ff34a..ba918f78 100644 --- a/doc/code_architecture/Script.md +++ b/doc/code_architecture/Script.md @@ -12,7 +12,7 @@ For more information you can type `ei_handler.py -h` # `module_handler.py` This script in located in `$QP_ROOT/scripts/module/`. -It provide all the resource related to the tree dependancy of the modules. +It provide all the resource related to the tree dependency of the modules. If more useful as a librairy than a cli. It have some usefull property: