From 24100e233b060062439537a7603e9105ddd0b73f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:23:38 -0500 Subject: [PATCH] spelling: output Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- release/robert_mfg_release.sh | 2 +- release/silk_mfg_release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/robert_mfg_release.sh b/release/robert_mfg_release.sh index 3b219200..4579c128 100755 --- a/release/robert_mfg_release.sh +++ b/release/robert_mfg_release.sh @@ -76,7 +76,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt # Create the requirements.txt file echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt -# Copy the scripts we're interested into the ouput directory +# Copy the scripts we're interested into the output directory mkdir -p ${OUT_DIR}/scripts cp tools/hdlc.py ${OUT_DIR}/scripts/ cp tools/binutils.py ${OUT_DIR}/scripts/ diff --git a/release/silk_mfg_release.sh b/release/silk_mfg_release.sh index 497b0e76..7666476a 100755 --- a/release/silk_mfg_release.sh +++ b/release/silk_mfg_release.sh @@ -79,7 +79,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt # Create the requirements.txt file echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt -# Copy the scripts we're interested into the ouput directory +# Copy the scripts we're interested into the output directory mkdir -p ${OUT_DIR}/scripts cp tools/hdlc.py ${OUT_DIR}/scripts/ cp tools/binutils.py ${OUT_DIR}/scripts/