Skip to content

tidy-up: fix typos in docs and comments - #22647

Closed
Clevis22 wants to merge 1 commit into
curl:masterfrom
Clevis22:tidy-up-fix-typos
Closed

Clevis22 wants to merge 1 commit into
curl:masterfrom
Clevis22:tidy-up-fix-typos

Conversation

@Clevis22

Copy link
Copy Markdown
Contributor

Summary

  • correct spelling and grammar in documentation and source comments
  • fix the PySpelling aspell and lang configuration keys
  • correct one user-facing OpenSSL error message

All changes are textual and do not alter program behavior.

Tests

  • scripts/checksrc.pl on the changed C and header files
  • .github/scripts/codespell.sh
  • .github/scripts/typos.sh
  • .github/scripts/yamlcheck.sh
  • scripts/spacecheck.pl
  • git diff --check

This patch was prepared with AI assistance and manually reviewed.

Correct grammar and spelling in documentation and source comments. Also fix the Aspell configuration key and one user-facing OpenSSL error message.
@github-actions github-actions Bot added cmdline tool CI Continuous Integration labels Aug 23, 2026
@bagder
bagder requested a lite review from Copilot August 23, 2026 20:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR is a small cleanup focused on correcting spelling/grammar in curl documentation and in-source comments, plus one OpenSSL user-facing error string. It also fixes the PySpelling configuration keys used by the docs-check workflow.

Changes:

  • Correct typos/grammar in assorted C/H source comments and internal/user docs.
  • Fix PySpelling config key spelling (aspell) and use lang: en.
  • Correct a user-facing OpenSSL error message (“initialize” vs “initialized”).

Reviewed changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.

Show a summary per file
File Description
lib/vtls/wolfssl.c Fix typo in shutdown-path comment.
lib/vtls/schannel.c Fix typo in handshake comment.
lib/vtls/openssl.c Fix one user-facing error string and minor comment typos.
lib/vssh/libssh2.c Fix grammar in a memory-functions comment.
lib/vauth/digest.c Fix grammar in function comment.
lib/urldata.h Improve grammar in Curl_easy struct comment.
lib/urlapi.c Fix grammar in query-handling comment.
lib/uint-hashset.c Fix typos in Robin Hood hashing explanation comment.
lib/smtp.c Improve clarity/grammar in RCPT handling comment.
lib/multihandle.h Improve grammar in Curl_multi struct comment.
lib/http.c Fix grammar in authentication-state comment.
lib/cw-out.c Fix verb form in error-handling comment.
lib/cf-socket.c Fix typo in comment about socktype.
docs/TODO.md Fix wording (“line-based”) in TODO entry.
docs/libcurl/opts/CURLOPT_URL.md Fix grammar (“perform a transfer”).
docs/libcurl/opts/CURLOPT_COOKIE.md Fix grammar and punctuation in option text.
docs/libcurl/libcurl-url.md Fix grammar in “set parts” section intro.
docs/libcurl/libcurl-security.md Fix grammar in .netrc discussion.
docs/internals/TIME-KEEPING.md Fix typo (“namelookup”).
docs/internals/THRDPOOL-AND-QUEUE.md Fix grammar around mutex/condition variable usage and callback guidance.
docs/internals/MULTI-EV.md Fix grammar/pluralization and tighten explanation wording.
docs/EARLY-RELEASE.md Fix grammar (“safely revert”).
docs/cmdline-opts/_URL.md Reword sentence for clarity/grammar.
.github/scripts/pyspelling.yaml Fix config keys for aspell and language selection.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@bagder bagder closed this in a334227 Aug 23, 2026
@bagder

bagder commented Aug 23, 2026

Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration cmdline tool

Development

Successfully merging this pull request may close these issues.

3 participants