diff --git a/recipes-devtools/bazel/bazel-native_7.7.0.bb b/recipes-devtools/bazel/bazel-native_7.7.0.bb
index 76c3983..5fcd55a 100644
--- a/recipes-devtools/bazel/bazel-native_7.7.0.bb
+++ b/recipes-devtools/bazel/bazel-native_7.7.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "https://github.com/bazelbuild/bazel/releases/download/${PV}/bazel-${P
            file://0001-HttpDownloader-save-download-tarball-to-distdir.patch \
            file://0001-fix-unzip-command-not-found.patch \
            file://0001-add-Yocto-native-sysroot-dir-to-the-default-Bazel-to.patch \
-           file://0001-cutsomize-native-toolchains-for-Yocto.patch \
+           file://0001-customize-native-toolchains-for-Yocto.patch \
 "
 
 UPSTREAM_CHECK_URI = "https://github.com/bazelbuild/bazel/releases/"
diff --git a/recipes-devtools/bazel/files/0001-cutsomize-native-toolchains-for-Yocto.patch b/recipes-devtools/bazel/files/0001-customize-native-toolchains-for-Yocto.patch
similarity index 95%
rename from recipes-devtools/bazel/files/0001-cutsomize-native-toolchains-for-Yocto.patch
rename to recipes-devtools/bazel/files/0001-customize-native-toolchains-for-Yocto.patch
index 5de56dd..3f5fce5 100644
--- a/recipes-devtools/bazel/files/0001-cutsomize-native-toolchains-for-Yocto.patch
+++ b/recipes-devtools/bazel/files/0001-customize-native-toolchains-for-Yocto.patch
@@ -1,7 +1,7 @@
 From f0c6f3420acdbfd22e06603ca3bbeae3e7d98fc2 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Wed, 11 Mar 2026 01:48:31 -0700
-Subject: [PATCH] cutsomize native toolchains for Yocto
+Subject: [PATCH] customize native toolchains for Yocto
 
 Yocto use environment HOSTTOOLS_DIR to provide native toolchains,
 explicitly set it rather than detect
