scripts: correct a typo in comment

s/refreh/refresh/

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes #13357
This commit is contained in:
Kefu Chai
2023-03-29 14:22:03 +08:00
committed by Botond Dénes
parent 55a8b50bbd
commit c307c60d04

View File

@@ -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.