Fix typos (#117)

Found via `codespell`
This commit is contained in:
Kian-Meng Ang 2023-03-28 12:00:07 +08:00 committed by GitHub
parent 8479feb2f6
commit 9a7016f29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@ HTTPDirFS options:
--retry-wait Set delay in seconds before retrying an HTTP request
after encountering an error. (default: 5)
--user-agent Set user agent string (default: "HTTPDirFS")
--no-range-check Disable the build-in check for the server's support
--no-range-check Disable the built-in check for the server's support
for HTTP range requests
--insecure-tls Disable licurl TLS certificate verification by
setting CURLOPT_SSL_VERIFYHOST to 0
@ -250,7 +250,7 @@ Alternatively, you can specify your own configuration file by using the
### Log levels
You can control how much log HTTPDirFS outputs by setting the
``HTTPDIRFS_LOG_LEVEL`` enviromental variable. For details of the different
``HTTPDIRFS_LOG_LEVEL`` environmental variable. For details of the different
types of log that are supported, please refer to
[log.h](https://github.com/fangfufu/httpdirfs/blob/master/src/log.h) and
[log.c](https://github.com/fangfufu/httpdirfs/blob/master/src/log.c).

View File

@ -373,7 +373,7 @@ HTTPDirFS options:\n\
--retry-wait Set delay in seconds before retrying an HTTP request\n\
after encountering an error. (default: 5)\n\
--user-agent Set user agent string (default: \"HTTPDirFS\")\n\
--no-range-check Disable the build-in check for the server's support\n\
--no-range-check Disable the built-in check for the server's support\n\
for HTTP range requests\n\
--insecure-tls Disable licurl TLS certificate verification by\n\
setting CURLOPT_SSL_VERIFYHOST to 0\n\

View File

@ -24,7 +24,7 @@ typedef struct {
static SonicConfigStruct SONIC_CONFIG;
/**
* \brief initalise Sonic configuration struct
* \brief initialise Sonic configuration struct
*/
void
sonic_config_init(const char *server, const char *username,

View File

@ -8,7 +8,7 @@
typedef struct {
/**
* \brief Sonic id field
* \details This is used to store the followings:
* \details This is used to store the following:
* - Arist ID
* - Album ID
* - Song ID