From fdfe792950326c1b82f94f01b4d21fe0708cb96e Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 25 Jun 2017 11:26:11 -0700 Subject: [PATCH] fixed misspelled comment --- plugin/DoxygenToolkit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/DoxygenToolkit.vim b/plugin/DoxygenToolkit.vim index 37d51a6..1c47961 100644 --- a/plugin/DoxygenToolkit.vim +++ b/plugin/DoxygenToolkit.vim @@ -493,7 +493,7 @@ function! DoxygenAuthorFunc() exec "normal o".s:endCommentTag endif - " Move the cursor to the rigth position + " Move the cursor to the right position exec "normal `d" call s:RestoreParameters()