From 0690a7dfc898a7dd2d39c36bc0f9106614601ac8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:33:38 -0500 Subject: [PATCH] spelling: preamble Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-rust-lib/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/rec-rust-lib/generate.py b/pdns/recursordist/rec-rust-lib/generate.py index 31a14460cc..704eaa086b 100644 --- a/pdns/recursordist/rec-rust-lib/generate.py +++ b/pdns/recursordist/rec-rust-lib/generate.py @@ -594,7 +594,7 @@ def gen_rust(srcdir, entries): sections = {} with open(srcdir + '/rust/src/lib.rs', mode='w', encoding='UTF-8') as file: file.write('// THIS IS A GENERATED FILE. DO NOT EDIT. SOURCE: see settings dir\n') - file.write('// START INCLUDE rust-preable-in.rs\n') + file.write('// START INCLUDE rust-preamble-in.rs\n') with open(srcdir + '/rust-preamble-in.rs', mode='r', encoding='UTF-8') as pre: file.write(pre.read()) file.write('// END INCLUDE rust-preamble-in.rs\n\n') -- 2.47.3