From 9d3f2fa825dc68ec73778ff5495f2c5eefce2a26 Mon Sep 17 00:00:00 2001
From: Andrzej Krzemienski
Date: Fri, 13 Mar 2015 22:53:47 +0100
Subject: [PATCH] Doc: spelling fix from jsjohns
---
doc/11_development.qbk | 2 +-
.../tutorial/design_overview/the_interface.html | 4 ++--
doc/html/index.html | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/11_development.qbk b/doc/11_development.qbk
index d2f1b1f..9e3ef44 100644
--- a/doc/11_development.qbk
+++ b/doc/11_development.qbk
@@ -171,7 +171,7 @@ Also, the presence of the possibly uninitialized state requires additional
operations not provided by `T` itself which are supported by a special interface.
[heading Lexically-hinted Value Access in the presence of possibly
-untitialized optional objects: The operators * and ->]
+uninitialized optional objects: The operators * and ->]
A relevant feature of a pointer is that it can have a [*null pointer value].
This is a ['special] value which is used to indicate that the pointer is not
diff --git a/doc/html/boost_optional/tutorial/design_overview/the_interface.html b/doc/html/boost_optional/tutorial/design_overview/the_interface.html
index e8c1e39..c3833ff 100644
--- a/doc/html/boost_optional/tutorial/design_overview/the_interface.html
+++ b/doc/html/boost_optional/tutorial/design_overview/the_interface.html
@@ -63,8 +63,8 @@
diff --git a/doc/html/index.html b/doc/html/index.html
index f00d5e8..891941d 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -146,7 +146,7 @@
-Last revised: March 09, 2015 at 20:53:41 GMT |
+Last revised: March 13, 2015 at 21:52:15 GMT |
|