diff --git a/doc/optional.html b/doc/optional.html
index ebb5a34..fd1e2e5 100644
--- a/doc/optional.html
+++ b/doc/optional.html
@@ -309,7 +309,7 @@ class optional
{
public :
- (If T is of referennce type, the parameters and results by reference are by value)
+ (If T is of reference type, the parameters and results by reference are by value)
optional () ;
@@ -353,11 +353,11 @@ class optional
bool operator!() const ;
- deprectated methods
+ deprecated methods
- void reset() ; (deprectated)
- void reset ( T const& ) ; (deprectated)
- bool is_initialized() const ; (deprectated)
+ void reset() ; (deprecated)
+ void reset ( T const& ) ; (deprecated)
+ bool is_initialized() const ; (deprecated)
} ;
@@ -1442,4 +1442,4 @@ the latest version of this file can be found at www.boost.org, and the boost
discussion lists