From dcc71d0c6d836f447311ce3c55aac62babf739fe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:58:56 -0500 Subject: [PATCH] spelling: settings 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 8edd5927fb..76281b7614 100644 --- a/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs +++ b/pdns/recursordist/rec-rust-lib/rust-bridge-in.rs @@ -428,7 +428,7 @@ extern "Rust" { fn allow_from_to_yaml_string_incoming(key: &String, filekey: &String, vec: &Vec) -> Result; fn allow_for_to_yaml_string(vec: &Vec) -> Result; - // Merge a string representing YAML settings into an existing setttings struct + // Merge a string representing YAML settings into an existing settings struct fn merge(lhs: &mut Recursorsettings, rhs: &str) -> Result<()>; // Validate the sections inside the main settings struct, sections themselves will validate their fields -- 2.47.3