From: Wolfgang Bangerth Date: Tue, 23 Jul 2002 11:39:37 +0000 (+0000) Subject: FIx typo. X-Git-Tag: v8.0.0~17712 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ad56ff4a7201b26b3e0e854194eccd5b68e23f6;p=dealii.git FIx typo. git-svn-id: https://svn.dealii.org/trunk@6264 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_dependencies.pl b/deal.II/common/scripts/make_dependencies.pl index 23bb1a8bbc..0fdfe7505c 100644 --- a/deal.II/common/scripts/make_dependencies.pl +++ b/deal.II/common/scripts/make_dependencies.pl @@ -29,7 +29,7 @@ %include_files = (); -# fill include pathes +# fill include paths while ($ARGV[0] =~ /^-I/) { $_ = shift; /^-I(.*)/;