From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:58:56 +0000 (-0500) Subject: spelling: settings X-Git-Tag: rec-5.4.0-alpha1~61^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc71d0c6d836f447311ce3c55aac62babf739fe;p=thirdparty%2Fpdns.git spelling: settings 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 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