]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: produced
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 26 Aug 2024 18:38:20 +0000 (14:38 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 27 Aug 2024 12:22:02 +0000 (08:22 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/settings/README.md

index d2d23ded69e3ac44b7f9f07b5a857145e9dc7ec8..29edba02d5563bfe6c1c88b62ea4c8a5943cfbb7 100644 (file)
@@ -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.