From bf22908f7c3eaecdf5d486c5989a6eb4ca386536 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 25 Mar 2023 08:08:25 +0100 Subject: [PATCH] fix some english typos (#4618) * fix some english typos Co-authored-by: Terts Diepraam --------- Co-authored-by: Terts Diepraam --- docs/src/packaging.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/packaging.md b/docs/src/packaging.md index ed94b4baa..40c90fa06 100644 --- a/docs/src/packaging.md +++ b/docs/src/packaging.md @@ -3,7 +3,7 @@ > **Note**: This page is intended as a guide for packaging the uutils coreutils -> for package maintainers. Normal users probably not need to read this. If you +> for package maintainers. Normal users probably do not need to read this. If you > just want to install the coreutils, look at the > [installation](installation.md) instructions. @@ -40,13 +40,13 @@ name of the utils you want to include and disable the default feature set. Additionally, support for SELinux must explicitly enabled with the `feat_selinux` feature. -We recommend to include all the utils that a platform supports. +We recommend including all the utilities that a platform supports. ## Compilation parameters -There are several compile-time flags that allow you to tune the coreutils to you -particular needs. Some distributions, for example, might choose to minimize the -binary size as much as possible. +There are several compile-time flags that allow you to tune the coreutils to +your particular needs. Some distributions, for example, might choose to +minimize the binary size as much as possible. This can be achieved by customizing the configuration passed to cargo. You can view the full documentation in the