summaryrefslogtreecommitdiffstats
path: root/doc/doxydown
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2017-06-27 10:44:19 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2017-06-27 10:44:19 +0300
commitbb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch)
treeec38b50c99765caed67aaf23db308b17cc407d5f /doc/doxydown
parent146886df6d250a376b92d1bb615cb93679a7d6e8 (diff)
downloadrspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz
rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'doc/doxydown')
-rw-r--r--doc/doxydown/README.md2
-rwxr-xr-xdoc/doxydown/doxydown.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxydown/README.md b/doc/doxydown/README.md
index fb3f9f14b..86d4c30c2 100644
--- a/doc/doxydown/README.md
+++ b/doc/doxydown/README.md
@@ -24,7 +24,7 @@ man pages and many others).
Doxydown is extremely simple as it can output markdown only but it is very
convenient tool to generate nice markdown with all features required from the
documentation system. Doxydown uses input format that is very close to `doxygen`
-that allows to re-use the existing documentation comments. Currenly, doxydown
+that allows to re-use the existing documentation comments. Currently, doxydown
does not support many features but they could be easily added on demand.
## Input format
diff --git a/doc/doxydown/doxydown.pl b/doc/doxydown/doxydown.pl
index 1b543cf36..45a11ba13 100755
--- a/doc/doxydown/doxydown.pl
+++ b/doc/doxydown/doxydown.pl
@@ -547,7 +547,7 @@ if ( !$language ) {
$language = $languages{c};
}
-## TODO: select language based on file extention
+## TODO: select language based on file extension
## TODO: change calling structure to allow looping through directory
use constant {