Index: examples/exact_types_match.cpp =================================================================== --- examples/exact_types_match.cpp +++ examples/exact_types_match.cpp @@ -53 +53 @@ (missmatch --> mismatch) - func.call(i); // Will throw, because types `int&` and `int` missmatch + func.call(i); // Will throw, because types `int&` and `int` mismatch Index: examples/table_of_names.cpp =================================================================== --- examples/table_of_names.cpp +++ examples/table_of_names.cpp @@ -81 +81 @@ (templae --> template) - [[Template class with templae classes][`5templIS_IcaES_Ii17user_defined_typeEE`] [`templ, templ >`] [`templ, templ >]`] ] + [[Template class with template classes][`5templIS_IcaES_Ii17user_defined_typeEE`] [`templ, templ >`] [`templ, templ >]`] ] Index: examples/table_of_names.cpp =================================================================== --- examples/table_of_names.cpp +++ examples/table_of_names.cpp @@ -84 +84 @@ (becuse --> because) - We have not show the "noRTTI & pretty_name" column in the table becuse it is almost equal + We have not show the "noRTTI & pretty_name" column in the table because it is almost equal Index: test/type_index_test.cpp =================================================================== --- test/type_index_test.cpp +++ test/type_index_test.cpp @@ -120 +120 @@ (comparisom --> comparison) - // Chaecking that comparisom operators overloads compile + // Chaecking that comparison operators overloads compile Index: include/boost/type_index/ctti_type_index.hpp =================================================================== --- include/boost/type_index/ctti_type_index.hpp +++ include/boost/type_index/ctti_type_index.hpp @@ -38 +38 @@ (whant --> want) -// 1) we do not whant to give user ability to manually construct and compare `struct-that-represents-type` +// 1) we do not want to give user ability to manually construct and compare `struct-that-represents-type` Index: include/boost/type_index/ctti_type_index.hpp =================================================================== --- include/boost/type_index/ctti_type_index.hpp +++ include/boost/type_index/ctti_type_index.hpp @@ -39 +39 @@ (beteween --> between) -// 2) we need to distinguish beteween `struct-that-represents-type` and `const char*` +// 2) we need to distinguish between `struct-that-represents-type` and `const char*` Index: include/boost/type_index/ctti_type_index.hpp =================================================================== --- include/boost/type_index/ctti_type_index.hpp +++ include/boost/type_index/ctti_type_index.hpp @@ -41 +41 @@ (shure --> sure) -// 4) we need a compile-time control to make shure that user does not copy or +// 4) we need a compile-time control to make sure that user does not copy or Index: include/boost/type_index/ctti_type_index.hpp =================================================================== --- include/boost/type_index/ctti_type_index.hpp +++ include/boost/type_index/ctti_type_index.hpp @@ -75 +75 @@ (tempalte --> template) (patameter --> parameter) -/// Helper method for getting detail::ctti_data of a tempalte patameter T. +/// Helper method for getting detail::ctti_data of a template parameter T. Index: include/boost/type_index/detail/compile_time_type_info.hpp =================================================================== --- include/boost/type_index/detail/compile_time_type_info.hpp +++ include/boost/type_index/detail/compile_time_type_info.hpp @@ -110 +110 @@ (posible --> possible) -/// This name must be as short as posible, to avoid code bloat +/// This name must be as short as possible, to avoid code bloat Index: include/boost/type_index/stl_type_index.hpp =================================================================== --- include/boost/type_index/stl_type_index.hpp +++ include/boost/type_index/stl_type_index.hpp @@ -256 +256 @@ (temaplte --> template) - // in typeid() expressions. Full temaplte specialization for 'integral' fixes that issue: + // in typeid() expressions. Full template specialization for 'integral' fixes that issue: Index: include/boost/type_index/type_index_facade.hpp =================================================================== --- include/boost/type_index/type_index_facade.hpp +++ include/boost/type_index/type_index_facade.hpp @@ -73 +73 @@ (retuns --> returns) - /// \return Name of a type. By default retuns Derived::raw_name(). + /// \return Name of a type. By default returns Derived::raw_name(). Index: include/boost/type_index/type_index_facade.hpp =================================================================== --- include/boost/type_index/type_index_facade.hpp +++ include/boost/type_index/type_index_facade.hpp @@ -79 +79 @@ (redable --> readable) (retuns --> returns) - /// \return Human redable type name. By default retuns Derived::name(). + /// \return Human readable type name. By default returns Derived::name(). Index: doc/type_index.qbk =================================================================== --- doc/type_index.qbk +++ doc/type_index.qbk @@ -277 +277 @@ (usefull --> useful) -Sometimes there may be a need to create your own type info system. This may be usefull if you wish to store some more info about types (PODness, size of a type, pointers to common functions...) or if you have an idea of a more compact types representations. +Sometimes there may be a need to create your own type info system. This may be useful if you wish to store some more info about types (PODness, size of a type, pointers to common functions...) or if you have an idea of a more compact types representations. Index: doc/type_index.qbk =================================================================== --- doc/type_index.qbk +++ doc/type_index.qbk @@ -381 +381 @@ (usng --> using) -then you are usng a compiler that was not tested with this library and you need to setup the +then you are using a compiler that was not tested with this library and you need to setup the Index: doc/type_index.qbk =================================================================== --- doc/type_index.qbk +++ doc/type_index.qbk @@ -397 +397 @@ (recomended --> recommended) -# (optional, but highly recomended) [@http://www.boost.org/support/bugs.html create ticket] with +# (optional, but highly recommended) [@http://www.boost.org/support/bugs.html create ticket] with Index: doc/type_index.qbk =================================================================== --- doc/type_index.qbk +++ doc/type_index.qbk @@ -418 +418 @@ (macto --> macro) -and `skip_at_end` to `sizeof("]") - 1` and last parameter of macto to "T = ". +and `skip_at_end` to `sizeof("]") - 1` and last parameter of macro to "T = ".