[PR #1858] [MERGED] fix DNSSEC typo #2659

Closed
opened 2026-03-16 11:01:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1858
Author: @HLFH
Created: 12/15/2022
Status: Merged
Merged: 12/20/2022
Merged by: @djc

Base: mainHead: fix-dnsec-typo


📝 Commits (2)

📊 Changes

40 files changed (+78 additions, -78 deletions)

View changed files

📝 CHANGELOG.md (+8 -8)
📝 README.md (+4 -4)
📝 bin/Cargo.toml (+1 -1)
📝 bin/README.md (+2 -2)
📝 bin/tests/named_test_rsa_dnssec.rs (+1 -1)
📝 crates/async-std-resolver/README.md (+1 -1)
📝 crates/client/Cargo.toml (+2 -2)
📝 crates/client/README.md (+3 -3)
📝 crates/client/src/client/client.rs (+3 -3)
📝 crates/client/src/client/memoize_client_handle.rs (+1 -1)
📝 crates/client/src/lib.rs (+3 -3)
📝 crates/client/src/rr/dnssec/signer.rs (+4 -4)
📝 crates/proto/src/op/edns.rs (+3 -3)
📝 crates/proto/src/op/header.rs (+2 -2)
📝 crates/proto/src/rr/dnssec/algorithm.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/rdata/key.rs (+5 -5)
📝 crates/proto/src/rr/dnssec/rdata/mod.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/tbs.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/trust_anchor.rs (+1 -1)
📝 crates/proto/src/rr/dnssec/verifier.rs (+1 -1)

...and 20 more files

📄 Description

At least 40 files have typos with "DNSSEC".
This PR fixes the DNSSEC typo.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1858 **Author:** [@HLFH](https://github.com/HLFH) **Created:** 12/15/2022 **Status:** ✅ Merged **Merged:** 12/20/2022 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `fix-dnsec-typo` --- ### 📝 Commits (2) - [`3359040`](https://github.com/hickory-dns/hickory-dns/commit/3359040105abc986d7a4a67da990d598e19f4e85) fix DNSSEC typo - [`4b271f9`](https://github.com/hickory-dns/hickory-dns/commit/4b271f95d9c3a2b9805dbe2314ce125f057728ff) fix DNSSec typo > DNSSEC ### 📊 Changes **40 files changed** (+78 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -8) 📝 `README.md` (+4 -4) 📝 `bin/Cargo.toml` (+1 -1) 📝 `bin/README.md` (+2 -2) 📝 `bin/tests/named_test_rsa_dnssec.rs` (+1 -1) 📝 `crates/async-std-resolver/README.md` (+1 -1) 📝 `crates/client/Cargo.toml` (+2 -2) 📝 `crates/client/README.md` (+3 -3) 📝 `crates/client/src/client/client.rs` (+3 -3) 📝 `crates/client/src/client/memoize_client_handle.rs` (+1 -1) 📝 `crates/client/src/lib.rs` (+3 -3) 📝 `crates/client/src/rr/dnssec/signer.rs` (+4 -4) 📝 `crates/proto/src/op/edns.rs` (+3 -3) 📝 `crates/proto/src/op/header.rs` (+2 -2) 📝 `crates/proto/src/rr/dnssec/algorithm.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/rdata/key.rs` (+5 -5) 📝 `crates/proto/src/rr/dnssec/rdata/mod.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/tbs.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/trust_anchor.rs` (+1 -1) 📝 `crates/proto/src/rr/dnssec/verifier.rs` (+1 -1) _...and 20 more files_ </details> ### 📄 Description At least 40 files have typos with "DNSSEC". This PR fixes the DNSSEC typo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:01:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2659
No description provided.