From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:38:20 +0000 (-0400) Subject: spelling: produced X-Git-Tag: rec-5.2.0-alpha1~113^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a1e1b1a8f355bda6f5fe13ff6ef9eeb7fc924e1;p=thirdparty%2Fpdns.git spelling: produced Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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.