From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Sat, 15 Mar 2025 08:34:39 +0000 (+0100) Subject: runtime(doc): fix a typo in gitrebase filetype X-Git-Tag: v9.1.1203~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2329bd427a046d1e76ba29100a2e79790fd96011;p=thirdparty%2Fvim.git runtime(doc): fix a typo in gitrebase filetype Introduced in 4d2c4b90f. closes: #16892 Signed-off-by: skshetry <18718008+skshetry@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 3a1021ccb9..20bf395972 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