From 599c72f23bfdc7c40940f056059597c32ced2bd8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:30 -0400 Subject: [PATCH] spelling: occur Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/15_optional_references.qbk | 2 +- doc/html/boost_optional/optional_references.html | 2 +- doc/html/boost_optional/tutorial/optional_references.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/15_optional_references.qbk b/doc/15_optional_references.qbk index acb1226..af663e1 100644 --- a/doc/15_optional_references.qbk +++ b/doc/15_optional_references.qbk @@ -16,7 +16,7 @@ some operations are not available in this case: * Value-access via pointer Also, even though `optional` treats it wrapped pseudo-object much as -a real value, a true real reference is stored so aliasing will ocurr: +a real value, a true real reference is stored so aliasing will occur: * Copies of `optional` will copy the references but all these references will nonetheless refer to the same object. diff --git a/doc/html/boost_optional/optional_references.html b/doc/html/boost_optional/optional_references.html index 4da272e..5ff61bf 100644 --- a/doc/html/boost_optional/optional_references.html +++ b/doc/html/boost_optional/optional_references.html @@ -55,7 +55,7 @@

Also, even though optional<T&> treats it wrapped pseudo-object much as a real value, a true real reference - is stored so aliasing will ocurr: + is stored so aliasing will occur:

  • diff --git a/doc/html/boost_optional/tutorial/optional_references.html b/doc/html/boost_optional/tutorial/optional_references.html index 595303e..ff16598 100644 --- a/doc/html/boost_optional/tutorial/optional_references.html +++ b/doc/html/boost_optional/tutorial/optional_references.html @@ -59,7 +59,7 @@

    Also, even though optional<T&> treats it wrapped pseudo-object much as a real value, a true real reference is stored so aliasing will - ocurr: + occur: