From ed1436650ed2bee6a70fdd5fd3da5e901bbb4014 Mon Sep 17 00:00:00 2001 From: Ilya Isaev Date: Thu, 24 Feb 2022 10:59:32 +0300 Subject: [PATCH] Codespell fix Signed-off-by: Ilya Isaev --- doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst b/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst index 4ba06bdbb7..9bbf9e424e 100644 --- a/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst +++ b/doc/main/tbb_userguide/design_patterns/Lazy_Initialization.rst @@ -38,7 +38,7 @@ Lazy Initialization In addition, ``collaborative_call_once`` allows other thread blocked on the same ``collaborative_once_flag`` to join other |short_name| - parallel constructions called within the intializing function. + parallel constructions called within the initializing function. .. container:: section