From 9f781b0339dfbaad68a95752bdbf591ac710d59f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 27 Jan 2014 20:16:24 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/trunk@32328 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/slepc_solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/slepc_solver.h b/deal.II/include/deal.II/lac/slepc_solver.h index ad8f01b418..ded75613d4 100644 --- a/deal.II/include/deal.II/lac/slepc_solver.h +++ b/deal.II/include/deal.II/lac/slepc_solver.h @@ -174,7 +174,7 @@ namespace SLEPcWrappers /** * Same as above, but here a composite method for solving the * system $A x=\lambda B x$ with real matrices $A, B$ and - * imaginary eigenpairs $x, \lamda$. + * imaginary eigenpairs $x, \lambda$. */ template void -- 2.39.5