summaryrefslogtreecommitdiffstats
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2020-09-25 12:26:51 +0200
committerIdwer Vollering <vidwer@gmail.com>2020-09-27 13:33:32 +0000
commit458e7dff6db07c00a085514125abbd7467298fc6 (patch)
tree0b4516148b68164796f3341578e9a5ad8bb15c3b /util/crossgcc/buildgcc
parenta7a2784528a34f656a4dcdec8f17474c18e7dbe2 (diff)
downloadcoreboot-458e7dff6db07c00a085514125abbd7467298fc6.tar.gz
coreboot-458e7dff6db07c00a085514125abbd7467298fc6.tar.bz2
coreboot-458e7dff6db07c00a085514125abbd7467298fc6.zip
util/crossgcc: correct the spelling of what should have read 'verifying'
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Change-Id: I46af7a225238046f393bbc4b3a214bebc527e079 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45733 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 0f9cac5c5205..d5cca6cd6ec2 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -1217,7 +1217,7 @@ export PATH=$DESTDIR$TARGETDIR/bin:$PATH
# Download, unpack, patch and build all packages
-printf "Downloading and verifing tarballs ...\n"
+printf "Downloading and verifying tarballs ...\n"
mkdir -p tarballs
for P in $PACKAGES; do
download "$P" || exit "$?"