From bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 27 Jun 2017 10:44:19 +0300 Subject: [Minor] Massive spelling correction by a bot https://github.com/ka7/misspell_fixer --- doc/doxydown/README.md | 2 +- doc/doxydown/doxydown.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 { -- cgit v1.2.3