From 08480dbc1abdb6ca5a036a6e0ca350d05d641f1e Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Thu, 5 Jan 2023 09:29:43 +0100 Subject: [PATCH] Spellcheck from cboltz --- openh264/openh264_make_archive | 4 ++-- openh264/openh264_release_to_post | 2 +- openh264/openh264_release_to_publish.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openh264/openh264_make_archive b/openh264/openh264_make_archive index 443c06af..db434561 100755 --- a/openh264/openh264_make_archive +++ b/openh264/openh264_make_archive @@ -16,7 +16,7 @@ echo "This zip archive can be then sent over to Cisco for extraction at ciscobin echo echo "Please make sure that you've made snapshot of data (release_to_post.sh) prior proceeding." echo -echo "Pres Enter to proceed or ctrl+c to cancel." +echo "Press Enter to proceed or ctrl+c to cancel." read tempdr=`mktemp -d /tmp/cisco-binary-opensuse-XXXX` @@ -48,7 +48,7 @@ rm -rf $bindr echo echo -echo "Please send email with $tempdr/$archive.zip via to Cisco to get it extracted at ciscobinary.openh264.org." +echo "Please send email with $tempdr/$archive.zip to Cisco to get it extracted at ciscobinary.openh264.org." echo echo "Execute publish_repodata_openh264.sh !ONLY! once you get confirmation that data was extracted at ciscobinary.openh264.org." diff --git a/openh264/openh264_release_to_post b/openh264/openh264_release_to_post index b1f254e8..0cf73af4 100755 --- a/openh264/openh264_release_to_post +++ b/openh264/openh264_release_to_post @@ -13,7 +13,7 @@ PROJ="openSUSE:Factory:openh264:POST" echo "This script will release data from $SOURCE_PROJ into $PROJ." echo -echo "Pres Enter to proceed or ctrl+c to cancel." +echo "Press Enter to proceed or ctrl+c to cancel." read osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ diff --git a/openh264/openh264_release_to_publish.sh b/openh264/openh264_release_to_publish.sh index 0e712a36..beb3e3f5 100755 --- a/openh264/openh264_release_to_publish.sh +++ b/openh264/openh264_release_to_publish.sh @@ -15,7 +15,7 @@ echo "This script will release data from $SOURCE_PROJ into $PROJ." echo "This step is expected to be executed only after" echo "confirmation that archive with openh264 rpms was published at ciscobinary.openh264.org" echo -echo "Pres Enter to proceed or ctrl+c to cancel." +echo "Press Enter to proceed or ctrl+c to cancel." read osc -A https://api.opensuse.org release --no-delay $SOURCE_PROJ