spelling: output

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:23:38 -05:00
parent 2e769148e9
commit 24100e233b
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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/