From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:33:38 +0000 (-0500) Subject: spelling: preamble X-Git-Tag: rec-5.4.0-alpha1~61^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0690a7dfc898a7dd2d39c36bc0f9106614601ac8;p=thirdparty%2Fpdns.git spelling: preamble Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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')