From 9efa8b3500f43524d705cd703dac5ea5944b8ef6 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Tue, 1 Mar 2022 14:26:35 +0800 Subject: all: fix typos Signed-off-by: cuishuang --- contrib/download-frozen-image-v2.sh | 2 +- contrib/mkimage-yum.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/download-frozen-image-v2.sh b/contrib/download-frozen-image-v2.sh index 27a9b6c44b..b5e05b181a 100755 --- a/contrib/download-frozen-image-v2.sh +++ b/contrib/download-frozen-image-v2.sh @@ -245,7 +245,7 @@ get_target_arch() { ;; mips*) echo >&2 "I see you are running on mips but I don't know how to determine endianness yet, so I cannot select a correct arch to fetch." - echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explictly by setting TARGETARCH" + echo >&2 "Consider installing \"go\" on the system which I can use to determine the correct arch or specify it explicitly by setting TARGETARCH" exit 1 ;; *) diff --git a/contrib/mkimage-yum.sh b/contrib/mkimage-yum.sh index f36c82fbfe..42b9581cb3 100755 --- a/contrib/mkimage-yum.sh +++ b/contrib/mkimage-yum.sh @@ -18,7 +18,7 @@ OPTIONS: -y The path to the yum config to install packages from. The default is /etc/yum.conf for Centos/RHEL and /etc/dnf/dnf.conf for Fedora -t Specify Tag information. - default is reffered at /etc/{redhat,system}-release + default is referred at /etc/{redhat,system}-release EOOPTS exit 1 } -- cgit v1.2.1