From ace5677ef0db996a4236073d1e1d6895fd5cf4bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2019 00:55:11 +1100 Subject: Cleanup: spelling, repeated words --- intern/utfconv/utfconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/utfconv/utfconv.h') diff --git a/intern/utfconv/utfconv.h b/intern/utfconv/utfconv.h index 46c07500bf7..c291f1b4e1b 100644 --- a/intern/utfconv/utfconv.h +++ b/intern/utfconv/utfconv.h @@ -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. */ -- cgit v1.2.3