From 7836cd0f3e2dadd5f34563265aa0f1221e671487 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:34:58 -0400 Subject: [PATCH] spelling: submodules Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ci/check_diff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check_diff.sh b/ci/check_diff.sh index 062c2dd8673..10aef633300 100755 --- a/ci/check_diff.sh +++ b/ci/check_diff.sh @@ -26,7 +26,7 @@ function clone_repo() { GIT_TERMINAL_PROMPT=0 git clone --quiet $1 --depth 1 $2 && cd $2 } -# Initialize Git submoduels for the repo. +# Initialize Git submodules for the repo. # # Parameters # $1: list of directories to initialize