From 0e47b2e4f3f72a34c2ffd0fc0e7048861e37de8e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Nov 2021 20:40:57 -0500 Subject: [PATCH] spelling: docker Part of #2256 * absolute Change-Id: I8628c449088154c9bd2edf04b3e31d72344f897e Signed-off-by: Josh Soref Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10396 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Shuhei Matsumoto Reviewed-by: Tomasz Zawadzki --- docker/build_base/pre-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build_base/pre-install b/docker/build_base/pre-install index 78e07f521..cf66436b6 100755 --- a/docker/build_base/pre-install +++ b/docker/build_base/pre-install @@ -30,7 +30,7 @@ dnf install -y rpm-build # HACK: In case we received a .tar with built SPDK we need to overwrite the # configuration to update all the paths make would need to lookup - this is # needed since we execute inside a different mount namespace so we won't be -# able to find any absoulte paths that were used prior creating the .tar. +# able to find any absolute paths that were used prior creating the .tar. "$spdk_repo/configure" > /dev/null # Deploy SPDK inside the container