Fix typos found by ka7/misspell_fixer

This commit is contained in:
Tim Rühsen 2017-04-19 11:46:27 +02:00
parent d23cf2bf17
commit a33feb8ff4
3 changed files with 3 additions and 3 deletions

View File

@ -155,7 +155,7 @@ const char *
int
psl_check_version_number(int version);
/* returns wether the built-in data is outdated or not */
/* returns whether the built-in data is outdated or not */
int
psl_builtin_outdated(void);

View File

@ -30,7 +30,7 @@ static const char multibyte_length_table[16] = {
/**
* Get lenght of multibyte character sequence starting at a given byte.
* Get length of multibyte character sequence starting at a given byte.
* Returns zero if the byte is not a valid leading byte in UTF-8.
*/
static int GetMultibyteLength(char c) {

View File

@ -1284,7 +1284,7 @@ void psl_free(psl_ctx_t *psl)
* psl_builtin:
*
* This function returns the PSL context that has been generated and built in at compile-time.
* You don't have to free the returned context explicitely.
* You don't have to free the returned context explicitly.
*
* The builtin data also contains punycode entries, one for each international domain name.
*