From 819a4a398b4460850fa9802748a65249974f8d6d Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Tue, 22 Mar 2005 15:19:12 +0000 Subject: [PATCH] Another typo! [[Imported from SVN: r1716]] --- common/typetraits.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/typetraits.hh b/common/typetraits.hh index 5804e3d54..20233f2b1 100644 --- a/common/typetraits.hh +++ b/common/typetraits.hh @@ -134,7 +134,7 @@ namespace Dune /** @brief True if the conversion exists. */ exists = sizeof(test(makeFrom())) == sizeof(Small), /** @brief Wether the conversion exists in both ways. */ - isTowWay = exists && Conversion<To,From>::exists, + isTwoWay = exists && Conversion<To,From>::exists, /** @brief True if To and From are the same type. */ sameType = false }; -- GitLab