Skip to content

Fix spelling mistakes in documentation - #31596

Closed
CarloTUM wants to merge 1 commit into
openssl:masterfrom
CarloTUM:fix-doc-typos
Closed

CarloTUM wants to merge 1 commit into
openssl:masterfrom
CarloTUM:fix-doc-typos

Conversation

@CarloTUM

Copy link
Copy Markdown
Contributor

Corrects a number of spelling mistakes found in the man pages. Documentation only, no functional changes.

File Before After
doc/man3/SSL_CTX_set1_curves.pod attenion attention
doc/man3/CMS_EncryptedData_decrypt.pod decypted decrypted
doc/man3/X509_get_default_cert_file.pod delimeter delimiter
doc/man3/SSL_CTX_set_msg_callback.pod diagostic diagnostic
doc/man7/openssl-core_dispatch.h.pod dipatch dispatch
doc/man3/BIO_s_datagram.pod hecause because
doc/man3/ASN1_aux_cb.pod auxiliarly auxiliary

The commit is marked CLA: trivial.

Correct a number of typos found in the man pages:
attenion -> attention, decypted -> decrypted, delimeter -> delimiter,
diagostic -> diagnostic, dipatch -> dispatch, hecause -> because and
auxiliarly -> auxiliary.

CLA: trivial
@openssl-machine openssl-machine added the cla: trivial One of the commits is marked as 'CLA: trivial'. Review for non-trivial change in such commit. label Jun 18, 2026

@paulidale paulidale left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Okay with trivial.

@openssl-machine openssl-machine added the approval: review pending This pull request needs review by a committer label Jun 19, 2026
@paulidale paulidale added branch: master Applies to master branch triaged: documentation The issue/pr deals with documentation (errors) tests: exempted The PR is exempt from requirements for testing labels Jun 19, 2026
@openssl-machine openssl-machine added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Jun 19, 2026
@github-actions github-actions Bot added the severity: fips change The pull request changes FIPS provider sources label Jun 20, 2026

@esyr esyr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Okay with CLA: trivial.

For the doc/man3/ASN1_aux_cb.pod hunk:
Fixes: 3d9d1ce52904 "Add documentation for newly added ASN1 functions"
For the doc/man3/BIO_s_datagram.pod hunk:
Fixes: 408622b73a18 "BIO_s_dgram: add documentation and hazard warnings"
For the doc/man3/CMS_EncryptedData_decrypt.pod hunk:
Fixes: e2f6960fc5fe "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
For the doc/man3/SSL_CTX_set1_curves.pod hunk:
Fixes: 9efd7e9e98a9 "Fix group tuple handling in DEFAULT expansion"
For the doc/man3/SSL_CTX_set_msg_callback.pod hunk:
Fixes: bfcf1356f9fd "Update the msg_callback documentation"
For the doc/man3/X509_get_default_cert_file.pod hunk:
Fixes: 606e0426a148 "Add support for loading root CAs from Windows crypto API"
For the doc/man7/openssl-core_dispatch.h.pod hunk:
Fixes: 329b2a2cde48 "DOCS: add openssl-core_numbers.h(7)"

@esyr esyr added branch: 3.0 Applies to openssl-3.0 branch (EOL) branch: 3.4 Applies to openssl-3.4 branch: 3.5 Applies to openssl-3.5 branch: 3.6 Applies to openssl-3.6 branch: 4.0 Applies to openssl-4.0 labels Jun 20, 2026
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Jun 20, 2026
@openssl-machine

Copy link
Copy Markdown
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 9efd7e9 "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)
openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 9efd7e9 "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)

(cherry picked from commit 7a54766)
openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 2157c9d "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)

(cherry picked from commit 7a54766)
openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 85977e0 "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)

(cherry picked from commit 7a54766)
openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)

(cherry picked from commit 7a54766)
@esyr

esyr commented Jun 21, 2026

Copy link
Copy Markdown
Member

Applied to master, openssl-4.0, openssl-3.6, openssl-3.5, openssl-3.4, and openssl-3.0. Thank you for your contribution.

@esyr esyr closed this Jun 21, 2026
openssl-machine pushed a commit that referenced this pull request Jun 21, 2026
Correct a number of typos found in the man pages:
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from #31596)

(cherry picked from commit 7a54766)
n13l pushed a commit to n13l/openssl that referenced this pull request Jul 25, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 9efd7e9 "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from openssl#31596)
rickyringler pushed a commit to rickyringler/openssl that referenced this pull request Aug 21, 2026
Correct a number of typos found in the man pages:
 * doc/man3/SSL_CTX_set1_curves.pod:        attenion   -> attention
 * doc/man3/CMS_EncryptedData_decrypt.pod:  decypted   -> decrypted
 * doc/man3/X509_get_default_cert_file.pod: delimeter  -> delimiter
 * doc/man3/SSL_CTX_set_msg_callback.pod:   diagostic  -> diagnostic
 * doc/man7/openssl-core_dispatch.h.pod:    dipatch    -> dispatch
 * doc/man3/BIO_s_datagram.pod:             hecause    -> because
 * doc/man3/ASN1_aux_cb.pod:                auxiliarly -> auxiliary

CLA: trivial
Fixes: 3d9d1ce "Add documentation for newly added ASN1 functions"
Fixes: 408622b "BIO_s_dgram: add documentation and hazard warnings"
Fixes: e2f6960 "CMS: Export CMS_EnvelopedData and add CMS_EnvelopedData_decrypt()"
Fixes: 9efd7e9 "Fix group tuple handling in DEFAULT expansion"
Fixes: bfcf135 "Update the msg_callback documentation"
Fixes: 606e042 "Add support for loading root CAs from Windows crypto API"
Fixes: 329b2a2 "DOCS: add openssl-core_numbers.h(7)"

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Eugene Syromiatnikov <[email protected]>
MergeDate: Sun Jun 21 22:50:14 2026
(Merged from openssl#31596)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Applies to master branch branch: 3.0 Applies to openssl-3.0 branch (EOL) branch: 3.4 Applies to openssl-3.4 branch: 3.5 Applies to openssl-3.5 branch: 3.6 Applies to openssl-3.6 branch: 4.0 Applies to openssl-4.0 cla: trivial One of the commits is marked as 'CLA: trivial'. Review for non-trivial change in such commit. severity: fips change The pull request changes FIPS provider sources tests: exempted The PR is exempt from requirements for testing triaged: documentation The issue/pr deals with documentation (errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants