Skip to content

Commit ecbd659

Browse files
author
Ikko Ashimine
authored
Fix typo in build-script-impl
runing -> running
1 parent 1a19d59 commit ecbd659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,7 @@ for host in "${ALL_HOSTS[@]}"; do
33193319
# INSTALL_SYMROOT and run dsymutil on them.
33203320
if [[ -n "${DRY_RUN}" ]] && [[ -z "${ENABLE_EXTRACT_SYMBOL_DRY_RUN_TEST}" ]]; then
33213321
echo "DRY_RUN! Coping executables and shared libraries from the `host_install_destdir` to
3322-
INSTALL_SYMROOT and runing dsymutil on them."
3322+
INSTALL_SYMROOT and running dsymutil on them."
33233323
else
33243324
(cd "${CURRENT_INSTALL_DIR}" &&
33253325
find ./"${CURRENT_PREFIX}" -perm -0111 -type f -print | \

0 commit comments

Comments
 (0)