From af51dfffc2a5098a765e1686c0fee6a2840cf9f8 Mon Sep 17 00:00:00 2001
From: Aleksey Gurtovoy
Date: Mon, 19 Sep 2005 04:36:29 +0000
Subject: [PATCH] Fix typos (thanks to Charles Brockman!)
[SVN r31032]
---
doc/tutorial/numeric-metafunction.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/tutorial/numeric-metafunction.html b/doc/tutorial/numeric-metafunction.html
index 486e1f6..ac01a8d 100644
--- a/doc/tutorial/numeric-metafunction.html
+++ b/doc/tutorial/numeric-metafunction.html
@@ -17,7 +17,7 @@
polymorphic, and can operate on a variety of numeric types,
including rational, fixed-point and complex numbers. They allow
mixed arithmetic, meaning that you can perform an operation on
-arguments of different types, and the result will yeild the
+arguments of different types, and the result will yield the
largest/most general of the argument types. The infrastructure
allows user-defined numeric types to be freely intermixed with
predefined library types. See
@@ -26,7 +26,7 @@ for an illustrative example, and the mpl::int_, you can plug your class
-into the new infrustructure by extending it with the following
+into the new infrastructure by extending it with the following
member:
typedef mpl::integral_c_tag tag;