diff options
author | Idwer Vollering <vidwer@gmail.com> | 2020-09-25 12:26:51 +0200 |
---|---|---|
committer | Idwer Vollering <vidwer@gmail.com> | 2020-09-27 13:33:32 +0000 |
commit | 458e7dff6db07c00a085514125abbd7467298fc6 (patch) | |
tree | 0b4516148b68164796f3341578e9a5ad8bb15c3b /util/crossgcc | |
parent | a7a2784528a34f656a4dcdec8f17474c18e7dbe2 (diff) |
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')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 0f9cac5c52..d5cca6cd6e 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 "$?" |