From 99738114e372518d80e1c143eed3b43a21c89e69 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:33:27 -0500 Subject: [PATCH] spelling: produce Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-rust-lib/rust-bridge-in.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs b/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs index d7c3bd86dd..8edd5927fb 100644 --- a/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs +++ b/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs @@ -418,7 +418,7 @@ extern "Rust" { // REST API zones fn parse_yaml_string_to_api_zones(str: &str) -> Result; - // Prdoduce a YAML formatted string given a data structure known to Serde + // Produce a YAML formatted string given a data structure known to Serde fn to_yaml_string(self: &Recursorsettings) -> Result; fn get_value(self: &Recursorsettings, field: &[String], defaults: &str, with_comment: bool) -> Result; // When doing a conversion of old-style to YAML style we use a vector of OldStyle structs -- 2.47.3