We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee95f3f + ecbd659 commit 37de862Copy full SHA for 37de862
utils/build-script-impl
@@ -3319,7 +3319,7 @@ for host in "${ALL_HOSTS[@]}"; do
3319
# INSTALL_SYMROOT and run dsymutil on them.
3320
if [[ -n "${DRY_RUN}" ]] && [[ -z "${ENABLE_EXTRACT_SYMBOL_DRY_RUN_TEST}" ]]; then
3321
echo "DRY_RUN! Coping executables and shared libraries from the `host_install_destdir` to
3322
- INSTALL_SYMROOT and runing dsymutil on them."
+ INSTALL_SYMROOT and running dsymutil on them."
3323
else
3324
(cd "${CURRENT_INSTALL_DIR}" &&
3325
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \
0 commit comments