From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:33:27 +0000 (-0500) Subject: spelling: produce X-Git-Tag: rec-5.4.0-alpha1~61^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99738114e372518d80e1c143eed3b43a21c89e69;p=thirdparty%2Fpdns.git spelling: produce Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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