diff --git a/index.htm b/index.htm
index d203c1f..d6b4230 100644
--- a/index.htm
+++ b/index.htm
@@ -5,7 +5,7 @@
content="text/html; charset=iso-8859-1">
-
+
Type Traits
@@ -198,7 +198,7 @@ template instead.
Without (some
as yet unspecified) help from the compiler, we cannot
distinguish between union and class types, as a result
- this expression will eroneously evaluate to true for
+ this expression will erroneously evaluate to true for
union types. |
|
@@ -428,14 +428,13 @@ has.
|
- ::boost::is_polymorphic<T>::value |
+ ::boost::is_polymorphic<T>::value |
Evaluates
to true only if T is a polymorphic type. |
10.3 |
Requires
knowledge of the compilers ABI, does actually seem to
- work with the magority of compilers though. |
+ work with the majority of compilers though.
|
@@ -1302,4 +1301,4 @@ href="http://www.boost.org/">www.boost.org, and the boost
discussion list at boost@lists.boost.org
(see http://www.boost.org/more/mailing_lists.htm#main).