mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:53:31 +03:00
tidy-up: miscellaneous
- fix typos and wording in documentation and comments. - KNOWN_BUGS: merge duplicate H1 section. - test_10_proxy: delete stray expressions. - Perl: `while()` -> `while(1)`. - Perl: fix indent, whitespace, drop redundant quotes and parentheses. - fix casing: URL, SSL, Windows. - badwords: readd `threadsafe`, add `well-known` (and fix it). - replace `WinXP` -> `Windows XP` to match other uses. Closes #21646
This commit is contained in:
parent
1c3289c85e
commit
b3f76b21c9
44 changed files with 106 additions and 102 deletions
|
|
@ -549,7 +549,7 @@ SANITIZEcode sanitize_file_name(char ** const sanitized, const char *file_name,
|
|||
* 4. Windows Directory (e.g. C:\Windows)
|
||||
* 5. all directories along %PATH%
|
||||
*
|
||||
* For WinXP and later search order actually depends on registry value:
|
||||
* For Windows XP and later search order actually depends on registry value:
|
||||
* HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\SafeProcessSearchMode
|
||||
*/
|
||||
CURLcode FindWin32CACert(struct OperationConfig *config,
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ CURLcode tool_ssls_load(struct OperationConfig *config,
|
|||
|
||||
c = memchr(line, ':', strlen(line));
|
||||
if(!c) {
|
||||
warnf("unrecognized line %d in ssl session file %s", i, filename);
|
||||
warnf("unrecognized line %d in SSL session file %s", i, filename);
|
||||
continue;
|
||||
}
|
||||
*c = '\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue