From 83960267dc097742cb67ef575504afa56f82b102 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 21 Sep 2021 09:18:37 +0200 Subject: DOC: Typos found by codespell --- doc/preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/preprocess.py') diff --git a/doc/preprocess.py b/doc/preprocess.py index e88d9608e..870d3e123 100755 --- a/doc/preprocess.py +++ b/doc/preprocess.py @@ -9,7 +9,7 @@ def main(): def doxy_gen(root_path): """ - Generate Doxygen configration file. + Generate Doxygen configuration file. """ confs = doxy_config(root_path) build_path = os.path.join(root_path, "doc", "build", "doxygen") -- cgit v1.2.1