[Misc] Fix typo (#18330)

This commit is contained in:
Gong Shufan 2025-05-20 00:51:01 +08:00 committed by GitHub
parent 7937c2fd52
commit 8171221834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,6 +54,6 @@ elif [[ $1 == "decoder" ]]; then
else
echo "Invalid role: $1"
echo "Should be either prefill, decode"
echo "Should be either prefiller, decoder"
exit 1
fi