]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: settings
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 18:58:56 +0000 (13:58 -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 8edd5927fb407aae9dd50b7b3a32195f43c28fd8..76281b76144c06825176858ed7957510b3cf04b8 100644 (file)
@@ -428,7 +428,7 @@ extern "Rust" {
     fn allow_from_to_yaml_string_incoming(key: &String, filekey: &String, vec: &Vec<String>) -> Result<String>;
     fn allow_for_to_yaml_string(vec: &Vec<String>) -> Result<String>;
 
-    // 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