Cleanup: spelling, repeated words

This commit is contained in:
Campbell Barton
2019-11-25 00:55:11 +11:00
parent f67a685ad9
commit ace5677ef0
30 changed files with 42 additions and 43 deletions

View File

@@ -30,14 +30,14 @@ extern "C" {
#endif
/**
* Counts how many bytes is requered for for future utf-8 string using utf-16
* Counts how many bytes is required for future utf-8 string using utf-16
* \param string16: pointer to working utf-16 string
* \return How many bytes must be allocated includeng NULL.
*/
size_t count_utf_8_from_16(const wchar_t *string16);
/**
* Counts how many wchar_t (two byte) is requered for for future utf-16 string using utf-8
* Counts how many wchar_t (two byte) is required for future utf-16 string using utf-8
* \param string8: pointer to working utf-8 string
* \return How many bytes must be allocated includeng NULL.
*/