mirror of
https://github.com/monero-project/monero.git
synced 2025-06-25 02:00:28 -04:00
Correct spelling mistakes.
This commit is contained in:
parent
c7ace5fa3d
commit
fbcc91c2a4
19 changed files with 28 additions and 28 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue