runtime(doc): fix a typo in gitrebase filetype
Commit:
https://github.com/vim/vim/commit/2329bd427a046d1e76ba29100a2e79790fd96011
Author: skshetry <
18718008...@users.noreply.github.com>
Date: Sat Mar 15 09:34:39 2025 +0100
runtime(doc): fix a typo in gitrebase filetype
Introduced in 4d2c4b90f.
closes: #16892
Signed-off-by: skshetry <
18718008...@users.noreply.github.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index 3a1021ccb..20bf39597 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -652,7 +652,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