build-kernel: Fix typo 'terball' -> 'tarball'

SSIA. :-)

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2024-01-09 14:35:12 -03:00
parent 8b2f43a2c2
commit c3f6eaa267
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -151,7 +151,7 @@ get_tee_kernel() {
local kernel_tarball="${version}.tar.gz"
# Depending on where we're getting the terball from it may have a
# Depending on where we're getting the tarball from it may have a
# different name, such as linux-${version}.tar.gz or simply
# ${version}.tar.gz. Let's try both before failing.
curl --fail -L "${kernel_url}/linux-${kernel_tarball}" -o ${kernel_tarball} || curl --fail -OL "${kernel_url}/${kernel_tarball}"