Skip to content

Commit

Permalink
Typo in core.sh (#138)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Typo in `core.sh`

'Dependencys' --> dependencies

---------

Co-authored-by: Stephan Wendel <[email protected]>
Co-authored-by: Kamil Trzciński <[email protected]>
  • Loading branch information
3 people authored Jul 21, 2023
1 parent 30f0a19 commit ae0971e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae0971e

Please sign in to comment.