Skip to content

Commit dcf452b

Browse files
authored
fix some typos (#218)
1 parent de51e29 commit dcf452b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The following (off by default) Cargo features have been added:
5555
- Unsupported targets no longer compile [#107]
5656
- Change/Add `Error` constants [#120]
5757
- Only impl `std` traits when the `"std"` Cargo feature is specified [#106]
58-
- Remove offical support for Hermit, L4Re, and UEFI [#133]
59-
- Remove optional `"log"` dependancy [#131]
58+
- Remove official support for Hermit, L4Re, and UEFI [#133]
59+
- Remove optional `"log"` dependency [#131]
6060
- Update minimum supported Linux kernel to 2.6.32 [#153]
6161
- Update MSRV to 1.34 [#159]
6262

src/custom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use core::num::NonZeroU32;
1616
///
1717
/// The function to register must have the same signature as
1818
/// [`getrandom::getrandom`](crate::getrandom). The function can be defined
19-
/// wherever you want, either in root crate or a dependant crate.
19+
/// wherever you want, either in root crate or a dependent crate.
2020
///
2121
/// For example, if we wanted a `failure-getrandom` crate containing an
2222
/// implementation that always fails, we would first depend on `getrandom`

0 commit comments

Comments
 (0)