Skip to content
Snippets Groups Projects
Commit 819a4a39 authored by Markus Blatt's avatar Markus Blatt
Browse files

Another typo!

[[Imported from SVN: r1716]]
parent b1c42eae
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment