Skip to content

Commit ffcecaa

Browse files
authored
Fix typos found by typos (#1403)
Ignore list: ```toml [default.extend-words] ACCES = "ACCES" BA = "BA" EXTA = "EXTA" FFOR = "FFOR" FRE = "FRE" PN = "PN" THR = "THR" WOTH = "WOTH" WRONLY = "WRONLY" inot = "inot" nto = "nto" tio = "tio" typ = "typ" ```
1 parent f162919 commit ffcecaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ renamed to [`SocketAddrXdpFlags`].
322322
[`SocketAddrXdpFlags`]: https://docs.rs/rustix/1.0.0/rustix/net/xdp/struct.SocketAddrXdpFlags.html
323323

324324
[`rustix::io_uring::io_uring_setup`] is now unsafe, due its `io_uring_params`
325-
argument optionallly containing a raw file descriptor.
325+
argument optionally containing a raw file descriptor.
326326

327327
[`rustix::io_uring::io_uring_setup`]: https://docs.rs/rustix/1.0.0/rustix/io_uring/fn.io_uring_setup.html
328328

tests/fs/negative_timestamp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#[cfg(not(target_os = "redox"))]
22
#[test]
3-
fn negative_file_timetamp() {
3+
fn negative_file_timestamp() {
44
use rustix::fs::{
55
fstat, futimens, lstat, open, stat, statat, AtFlags, Mode, OFlags, Timespec, Timestamps,
66
CWD,

0 commit comments

Comments
 (0)