mirror of
https://github.com/curl/curl.git
synced 2026-05-17 11:56:21 +03:00
tidy-up: miscellaneous
- avoid "will" in builds scripts, scripts folder, curl_easy_ssls_export.md,
and few other files.
- badwords: add "initialise", "nul terminated", "thread safety" and
variations.
- prefer "null-terminat", where missing (two places).
- fix "null-terminat*" missing dash.
- hostip: merge two `#if` blocks.
- tool_doswin: fix comment
Spotted by GitHub Code Quality
Follow-up to 9a2663322c #17572
- fix stray spaces and newlines.
Closes #21638
This commit is contained in:
parent
47f411c6d8
commit
614b94eecc
64 changed files with 203 additions and 213 deletions
7
.github/workflows/label.yml
vendored
7
.github/workflows/label.yml
vendored
|
|
@ -2,12 +2,11 @@
|
|||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
# This workflow will triage pull requests and apply a label based on the
|
||||
# This workflow triages pull requests and applies a label based on the
|
||||
# paths that are modified in the pull request.
|
||||
#
|
||||
# To use this workflow, you will need to set up a .github/labeler.yml
|
||||
# file with configuration. For more information, see:
|
||||
# https://github.com/actions/labeler
|
||||
# To use this workflow, you need to set up a .github/labeler.yml file with
|
||||
# configuration. For more information, see: https://github.com/actions/labeler
|
||||
|
||||
name: 'Labeler'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue