From 4a1e1b1a8f355bda6f5fe13ff6ef9eeb7fc924e1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:38:20 -0400 Subject: [PATCH] spelling: produced Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/settings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/README.md b/pdns/recursordist/settings/README.md index d2d23ded69..29edba02d5 100644 --- a/pdns/recursordist/settings/README.md +++ b/pdns/recursordist/settings/README.md @@ -47,7 +47,7 @@ This directory * `build.rs`: `The custom build file used by CXX, see CXX docs. * `cxx.h`: The generic types used by CXX generated code. * `lib.rs.h`: The project specific C++ types generated by CXX. -* `libsettings.a`: The actual static library procuced by this crate. +* `libsettings.a`: The actual static library produced by this crate. * `src`: The actual rust code, `lib.rs` is generated, `bridge.rs` and `helpers.rs` are maintained manually. * `target`: The `cargo` maintained Rust build directory. -- 2.47.2