From 988ae06ebc1f6b1069703a18b1c99f0f4e200ae7 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 13 Aug 2003 20:07:44 +0000 Subject: [PATCH] Fix some minor typos. git-svn-id: https://svn.dealii.org/trunk@7919 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/make_dependencies.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/common/scripts/make_dependencies.pl b/deal.II/common/scripts/make_dependencies.pl index 0fdfe7505c..1bd45e7fef 100644 --- a/deal.II/common/scripts/make_dependencies.pl +++ b/deal.II/common/scripts/make_dependencies.pl @@ -8,7 +8,7 @@ # This program makes for each of the given files a makefile dependency # list, also considering nested includes. It only considers included # files which are located in the given include pathes (you can give any -# number of pathes). The output looks like this: +# number of paths). The output looks like this: # # $basepath/.o-file: file included_files # $basepath/.g.o-file: file included_files @@ -47,7 +47,7 @@ $_ = shift; $basepath = $1; -#fill list of files to be processed +# fill list of files to be processed while ($ARGV[0]) { @input_files = (@input_files, shift); } -- 2.39.5