diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index b709fd98cd388b..751d16a084fb37 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -175,7 +175,7 @@ jobs:
               cat temp-output
               tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
               rm temp-output
-          # libuv update was disabled because of Feb 14, 2024 security releas
+          # libuv update was disabled because of Feb 14, 2024 security release
           # modified the bundled version of libuv, we cannot automatically update
           # libuv without potentially undoing those changes.
           # - id: libuv