From dfab76f6d80a1534ef867135960d8ff8f8df6a87 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 11 Nov 2023 15:40:36 +0100 Subject: [PATCH] Fix typo --- ci/truncate-history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/truncate-history.sh b/ci/truncate-history.sh index 78bb7f6f8714..293fc1917f3b 100755 --- a/ci/truncate-history.sh +++ b/ci/truncate-history.sh @@ -11,7 +11,7 @@ DOC_DIR=${DOC_DIR:-${BUILD_DIR}/build/doc} DOC_REPO=${DOC_REPO:-neovim/doc} DOC_BRANCH=${DOC_BRANCH:-gh-pages} -# Trim the https://github.com/neovim/doc/ repository history, els it gets huge +# Trim the https://github.com/neovim/doc/ repository history, else it gets huge # and slow to clone. We don't care about the history of the `gh-pages` branch. try_truncate_history() { cd "${DOC_DIR}" || { log_error "try_truncate_history: cd failed"; exit 1; }