From 2b8e6958f40ef36c1508118ac36a43694283a83c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:01:28 -0500 Subject: Spelling (#4086) [Rework] Massive spelling fix from @jsoref --- doc/doxydown/doxydown.pl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/doxydown/doxydown.pl b/doc/doxydown/doxydown.pl index 9b4c36814..9c2f74131 100755 --- a/doc/doxydown/doxydown.pl +++ b/doc/doxydown/doxydown.pl @@ -271,12 +271,12 @@ sub print_markdown { } } - if ($m->{'stucts'}) { - if ( scalar(@{ $m->{'stucts'} }) > 0 ) { - print "\n## Stucts\n\nThe module `$mname` defines the following stucts.\n\n"; + if ($m->{'structs'}) { + if ( scalar(@{ $m->{'structs'} }) > 0 ) { + print "\n## Structs\n\nThe module `$mname` defines the following structs.\n\n"; - foreach ( @{ $m->{'stucts'} } ) { - print_stuct_markdown( "Stuct", $_->{'name'}, $_ ); + foreach ( @{ $m->{'structs'} } ) { + print_struct_markdown( "Struct", $_->{'name'}, $_ ); print "\nBack to [module description](#$m->{'id'}).\n\n"; -- cgit v1.2.3