From 112f275f4db95ef465ea4d24c0be2a2ca0b3decc Mon Sep 17 00:00:00 2001 From: DavHau Date: Mon, 26 Oct 2020 17:17:07 +0700 Subject: autoPatchelfHook: fix typos in comments --- pkgs/build-support/setup-hooks/auto-patchelf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/build-support/setup-hooks/auto-patchelf.sh b/pkgs/build-support/setup-hooks/auto-patchelf.sh index 55481200b8b..f51f016c334 100644 --- a/pkgs/build-support/setup-hooks/auto-patchelf.sh +++ b/pkgs/build-support/setup-hooks/auto-patchelf.sh @@ -41,7 +41,7 @@ addToDepCache() { # otherwise findDependency would have quadratic complexity autoPatchelfCachedDepsAssoc["$1"]="" - # also store deps in normal array to maintian their order + # also store deps in normal array to maintain their order autoPatchelfCachedDeps+=("$1") } @@ -204,7 +204,7 @@ autoPatchelf() { echo "automatically fixing dependencies for ELF files" >&2 # Add all shared objects of the current output path to the start of - # autoPatchelfCachedDeps so that it's choosen first in findDependency. + # autoPatchelfCachedDeps so that it's chosen first in findDependency. addAutoPatchelfSearchPath ${norecurse:+--no-recurse} -- "$@" while IFS= read -r -d $'\0' file; do -- cgit 1.4.1