From 25ba8392f2d128eb81e9d1928e65fba6a8e0570c Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 15 Mar 2025 17:17:56 +0800 Subject: vim-patch:2329bd4: runtime(doc): fix a typo in gitrebase filetype (#32899) Introduced in 4d2c4b90f. closes: vim/vim#16892 https://github.com/vim/vim/commit/2329bd427a046d1e76ba29100a2e79790fd96011 Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> --- runtime/doc/filetype.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 2e0de44e56..a68d94828b 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -615,7 +615,7 @@ with interactive `git rebase`: > :Reword " to pick this commit, but change the commit message :Squash " to squash this commit into the previous one -In addition, the following comamnd can be used to cycle between the different +In addition, the following command can be used to cycle between the different possibilities: > :Cycle " to cycle between the previous commands -- cgit