aboutsummaryrefslogtreecommitdiffstats
path: root/shino
diff options
context:
space:
mode:
authorRenken <renken@shione.net>2022-08-09 23:40:45 +0200
committerRenken <renken@shione.net>2022-08-09 23:40:45 +0200
commitf94803e5b0868a91e8a9519ffb534c90ef0413c7 (patch)
treeed356b7250bc1449bb00e58d46627d016e80336b /shino
parent8c350b3d475491dc672a1d55f7ed9b4c21113860 (diff)
downloadshione-f94803e5b0868a91e8a9519ffb534c90ef0413c7.tar.gz
shione-f94803e5b0868a91e8a9519ffb534c90ef0413c7.zip
pkgs: vim: fix spelling
Diffstat (limited to 'shino')
-rw-r--r--shino/packages/vim.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/shino/packages/vim.scm b/shino/packages/vim.scm
index a1f9c7e..a9e0434 100644
--- a/shino/packages/vim.scm
+++ b/shino/packages/vim.scm
@@ -65,7 +65,7 @@ have this executable in your path.")
@item Generates a doxygen comment skeleton for a C, C++ or Python function or
class, including @code{@@brief}, @code{@@param} (for each named argument), and
@code{@@return}. The tag text as well as a comment block header and footer are
-configurable. (Consequently, you can have rief, etc. if you wish, with little
+configurable. (Consequently, you can have brief, etc. if you wish, with little
effort.)
@item Ignore code fragment placed in a block defined by #ifdef ... #endif
(C/C++). The block name must be given to the function. All of the
@@ -73,7 +73,7 @@ corresponding blocks in all the file will be treated and placed in a new block
DOX_SKIP_BLOCK (or any other name that you have configured). Then you have to
update PREDEFINED value in your doxygen configuration file with correct block
name. You also have to set ENABLE_PREPROCESSING to YES.
-@item Generate a doxygen group (begining and ending). The tag text is
+@item Generate a doxygen group (beginning and ending). The tag text is
configurable.
@end itemize")
(home-page "https://www.vim.org/scripts/script.php?script_id=987")