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