Fix typos found by ka7/misspell_fixer
This commit is contained in:
parent
d23cf2bf17
commit
a33feb8ff4
|
@ -155,7 +155,7 @@ const char *
|
||||||
int
|
int
|
||||||
psl_check_version_number(int version);
|
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
|
int
|
||||||
psl_builtin_outdated(void);
|
psl_builtin_outdated(void);
|
||||||
|
|
||||||
|
|
|
@ -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.
|
* Returns zero if the byte is not a valid leading byte in UTF-8.
|
||||||
*/
|
*/
|
||||||
static int GetMultibyteLength(char c) {
|
static int GetMultibyteLength(char c) {
|
||||||
|
|
|
@ -1284,7 +1284,7 @@ void psl_free(psl_ctx_t *psl)
|
||||||
* psl_builtin:
|
* psl_builtin:
|
||||||
*
|
*
|
||||||
* This function returns the PSL context that has been generated and built in at compile-time.
|
* 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.
|
* The builtin data also contains punycode entries, one for each international domain name.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue