Correct spelling mistakes.

This commit is contained in:
Edward Betts 2018-01-19 07:54:14 +00:00
parent c7ace5fa3d
commit fbcc91c2a4
19 changed files with 28 additions and 28 deletions

View file

@ -82,7 +82,7 @@ protected:
/* \struct binary_archive
*
* \brief the actualy binary archive type
* \brief the actually binary archive type
*
* \detailed The boolean template argument /a W is the is_saving
* parameter for binary_archive_base.

View file

@ -87,7 +87,7 @@ struct variant_reader
};
// This one just fails when you call it.... okay
// So the TEnd parameter must be specified/differnt from TBegin
// So the TEnd parameter must be specified/different from TBegin
template <class Archive, class Variant, class TBegin>
struct variant_reader<Archive, Variant, TBegin, TBegin>
{