X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6bab0fff323c36de9e247487f043da1b29dea6fd..4a36e49bdabb28714ee88c2c9ae9e6b13ae46194:/scripts/find-use.pl diff --git a/scripts/find-use.pl b/scripts/find-use.pl index c583ecc8e..b2a3c0daf 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -145,7 +145,7 @@ $modules{$_->{name}} ||= { status => 'required' } for @SL::InstallationCheck::re $modules{$_->{name}} ||= { status => 'optional' } for @SL::InstallationCheck::optional_modules; $modules{$_->{name}} ||= { status => 'developer' } for @SL::InstallationCheck::developer_modules; -# build transitive closure for documented dependancies +# build transitive closure for documented dependencies my $changed = 1; while ($changed) { $changed = 0; @@ -249,7 +249,7 @@ This module is included in C. Don't worry about it. =item required This module is documented in C to be necessary, or is a -dependancy of one of these. Everything alright. +dependency of one of these. Everything alright. =item !missing