From dcf452bb14f55abdc7dde94c8bb4880dbec581f9 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 21 May 2021 04:26:19 +0200 Subject: [PATCH] fix some typos (#218) --- CHANGELOG.md | 4 ++-- src/custom.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae351a..e65c104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,8 +55,8 @@ The following (off by default) Cargo features have been added: - Unsupported targets no longer compile [#107] - Change/Add `Error` constants [#120] - Only impl `std` traits when the `"std"` Cargo feature is specified [#106] -- Remove offical support for Hermit, L4Re, and UEFI [#133] -- Remove optional `"log"` dependancy [#131] +- Remove official support for Hermit, L4Re, and UEFI [#133] +- Remove optional `"log"` dependency [#131] - Update minimum supported Linux kernel to 2.6.32 [#153] - Update MSRV to 1.34 [#159] diff --git a/src/custom.rs b/src/custom.rs index 0d3123c..6110b05 100644 --- a/src/custom.rs +++ b/src/custom.rs @@ -16,7 +16,7 @@ use core::num::NonZeroU32; /// /// The function to register must have the same signature as /// [`getrandom::getrandom`](crate::getrandom). The function can be defined -/// wherever you want, either in root crate or a dependant crate. +/// wherever you want, either in root crate or a dependent crate. /// /// For example, if we wanted a `failure-getrandom` crate containing an /// implementation that always fails, we would first depend on `getrandom`