From: bangerth Date: Sun, 9 Dec 2007 17:04:24 +0000 (+0000) Subject: Fix a typo in the documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8df2c7baf7ac3cc4d49849caa70abc27aa52f68;p=dealii-svn.git Fix a typo in the documentation git-svn-id: https://svn.dealii.org/trunk@15574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_dependencies.cc b/deal.II/common/scripts/make_dependencies.cc index 1a9ace1b33..e9955fc4d1 100644 --- a/deal.II/common/scripts/make_dependencies.cc +++ b/deal.II/common/scripts/make_dependencies.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2003 by the deal.II authors +// Copyright (C) 2003, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -15,7 +15,7 @@ // usage: make_depencies -Iinc_path1 -Iinc_path2 ... -Bbasepath files // This program is basically a replacement for something like "gcc -// -M", i.e. it egnerates for each input file a list of other files it +// -M", i.e. it generates for each input file a list of other files it // depends on by direct or indirect inclusion (or at least those files // that can be found in the directories specified by -I/path/.../ // flags on the command line). The difference to gcc -M is that it is