From ae0971e2552b9c0a63a1eda6e6dc2d2f58e96d80 Mon Sep 17 00:00:00 2001 From: Sergei <67871383+slepiavka@users.noreply.github.com> Date: Fri, 21 Jul 2023 11:00:07 -0700 Subject: [PATCH] Typo in `core.sh` (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix makefile flags on low memory devices (#124) (#125) * Fix `makefile` flags on low memory devices On devices with less than 512MB existing devices will use `-j2` due to wrong condition. Co-authored-by: Kamil Trzciński * Typo in `core.sh` 'Dependencys' --> dependencies --------- Co-authored-by: Stephan Wendel <43513802+KwadFan@users.noreply.github.com> Co-authored-by: Kamil Trzciński --- libs/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core.sh b/libs/core.sh index 2415ddaf..0f1a904c 100755 --- a/libs/core.sh +++ b/libs/core.sh @@ -108,7 +108,7 @@ function check_apps { # print_cfg, see libs/logging.sh L#75 # pint_cams, see libs/logging.sh L#84 function initial_check { - log_msg "INFO: Checking Dependencys" + log_msg "INFO: Checking Dependencies" check_dep "crudini" check_dep "find" check_dep "xargs"