]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: produce
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:33:27 +0000 (12:33 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-rust-lib/rust-bridge-in.rs

index d7c3bd86dd2b8211b2031c0f139b9886cc291404..8edd5927fb407aae9dd50b7b3a32195f43c28fd8 100644 (file)
@@ -418,7 +418,7 @@ extern "Rust" {
     // REST API zones
     fn parse_yaml_string_to_api_zones(str: &str) -> Result<ApiZones>;
 
-    // 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<String>;
     fn get_value(self: &Recursorsettings, field: &[String], defaults: &str, with_comment: bool) -> Result<String>;
     // When doing a conversion of old-style to YAML style we use a vector of OldStyle structs