From 2a3a743643f2bf76fe35baf5692d797a40972891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Mon, 5 Dec 2016 15:01:27 +0100 Subject: [PATCH] Fix typo Publix -> Public --- src/psl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/psl.c b/src/psl.c index 250a75d..72ea836 100644 --- a/src/psl.c +++ b/src/psl.c @@ -1372,7 +1372,7 @@ int psl_suffix_wildcard_count(const psl_ctx_t *psl) /** * psl_builtin_file_time: * - * This function returns the mtime of the Publix Suffix List file that has been built in. + * This function returns the mtime of the Public Suffix List file that has been built in. * * If the generation of built-in data has been disabled during compilation, 0 will be returned. * @@ -1388,7 +1388,7 @@ time_t psl_builtin_file_time(void) /** * psl_builtin_sha1sum: * - * This function returns the SHA1 checksum of the Publix Suffix List file that has been built in. + * This function returns the SHA1 checksum of the Public Suffix List file that has been built in. * The returned string is in lowercase hex encoding, e.g. "2af1e9e3044eda0678bb05949d7cca2f769901d8". * * If the generation of built-in data has been disabled during compilation, an empty string will be returned. @@ -1405,7 +1405,7 @@ const char *psl_builtin_sha1sum(void) /** * psl_builtin_filename: * - * This function returns the file name of the Publix Suffix List file that has been built in. + * This function returns the file name of the Public Suffix List file that has been built in. * * If the generation of built-in data has been disabled during compilation, an empty string will be returned. *