summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 {