Fix typo in bootstrap (#34005)
diff --git a/scripts/setup/bootstrap.sh b/scripts/setup/bootstrap.sh
index 16e1f60..af71eb9 100644
--- a/scripts/setup/bootstrap.sh
+++ b/scripts/setup/bootstrap.sh
@@ -207,7 +207,7 @@
echo "For a clean checkout, consider running:"
echo " ./scripts/checkout_submodules.py --shallow --platform <your-platform>"
echo "OR for a full checkout:"
- echo " git submodules update -f --init --recursive"
+ echo " git submodule update -f --init --recursive"
# reset output
if which tput >/dev/null; then tput sgr0; fi