]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: preamble
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:33:38 +0000 (12:33 -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/generate.py

index 31a14460ccb10c9f4a511659e84568792d56c71d..704eaa086b8feb575408e54bd4e08c2d79797418 100644 (file)
@@ -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')