Fix spellcheck issue (#4173)
This commit is contained in:
parent
35c0b3e54c
commit
6adae02ddd
@ -292,7 +292,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Wraps another input apdater to convert wide character types into individual bytes.
|
// Wraps another input adapter to convert wide character types into individual bytes.
|
||||||
template<typename BaseInputAdapter, typename WideCharType>
|
template<typename BaseInputAdapter, typename WideCharType>
|
||||||
class wide_string_input_adapter
|
class wide_string_input_adapter
|
||||||
{
|
{
|
||||||
|
|||||||
@ -6368,7 +6368,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Wraps another input apdater to convert wide character types into individual bytes.
|
// Wraps another input adapter to convert wide character types into individual bytes.
|
||||||
template<typename BaseInputAdapter, typename WideCharType>
|
template<typename BaseInputAdapter, typename WideCharType>
|
||||||
class wide_string_input_adapter
|
class wide_string_input_adapter
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5491,7 +5491,7 @@ struct wide_string_input_helper<BaseInputAdapter, 2>
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Wraps another input apdater to convert wide character types into individual bytes.
|
// Wraps another input adapter to convert wide character types into individual bytes.
|
||||||
template<typename BaseInputAdapter, typename WideCharType>
|
template<typename BaseInputAdapter, typename WideCharType>
|
||||||
class wide_string_input_adapter
|
class wide_string_input_adapter
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user