Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62c55cf

Browse files
committed
on purpose: typo
1 parent d83cd29 commit 62c55cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
uutils coreutils is a cross-platform reimplementation of the GNU coreutils in
2727
[Rust](http://www.rust-lang.org). While all programs have been implemented, some
28-
options might be missing or different behavior might be experienced.
28+
options might be missing or diferent behavior might be experienced.
2929

3030
<div class="oranda-hide">
3131

@@ -120,7 +120,7 @@ cargo build --release --features windows
120120
cargo build --release --features unix
121121
```
122122

123-
To build SELinux-specific features, including `chcon` and `runcon`, ensure that `libselinux`
123+
To build SELinux-specific features, including `chcon` and `runcon`, ensure that `libselinux`
124124
and `libclang` are installed on your system. Then, run the following command:
125125
```
126126
cargo build --release --features unix,feat_selinux

0 commit comments

Comments
 (0)