From fd62e9f57166114809d9900195138df83bef0efa Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 19 Sep 2010 14:39:48 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@22052 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/configure.in b/deal.II/configure.in index 5a1d5208b2..fb51b46246 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -739,7 +739,7 @@ AH_BOTTOM( * functionality to the PETScWrappers that does not exist in previous * versions of PETSc. Examples of usage can be found in * lac/source/petsc_matrix_base.h. Note: SLEPcWrappers do not need - * their own anological macros, since SLEPc and PETSc must have + * their own analogical macros, since SLEPc and PETSc must have * identical version numbers anyways. */ #define DEAL_II_PETSC_VERSION_LT(major,minor,subminor) \ -- 2.39.5