From c307c60d04ab047f76e2be8bd9a12fcb480cc69f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 29 Mar 2023 14:22:03 +0800 Subject: [PATCH] scripts: correct a typo in comment s/refreh/refresh/ Signed-off-by: Kefu Chai Closes #13357 --- scripts/refresh-submodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/refresh-submodules.sh b/scripts/refresh-submodules.sh index f3fa2e9836..12b89ed550 100755 --- a/scripts/refresh-submodules.sh +++ b/scripts/refresh-submodules.sh @@ -11,7 +11,7 @@ set -euo pipefail -# The following is the default list of submodules to refresh. To only refreh +# The following is the default list of submodules to refresh. To only refresh # some of them, pass the list of modules to refresh as arguments. For example, # "scripts/refresh-submodules.sh seastar tools/java" only refreshes the # two submodules seastar and tools/java.