From: Wolfgang Bangerth Date: Wed, 13 Aug 2003 20:07:44 +0000 (+0000) Subject: Fix some minor typos. X-Git-Tag: v8.0.0~16291 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=259a958e545e10a9d273588e6ac181e323c91e78;p=dealii.git Fix some minor typos. git-svn-id: https://svn.dealii.org/trunk@7919 0785d39b-7218-0410-832d-ea1e28bc413d --- 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); }