From 950432e492a8f39021e76626ab28f4af88a1d6d8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 3 Apr 2022 11:09:45 +0200 Subject: [PATCH] fix typo Co-authored-by: Terts Diepraam --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95f05b99..0683e42f8 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,7 @@ The Python script `./util/remaining-gnu-error.py` shows the list of failing test To improve the GNU compatibility, the following process is recommended: -1. Identify a test (the smaller, the better) on a program that you understand or easy to understand. You can use the `./util/remaining-gnu-error.py` script to help with this decision. +1. Identify a test (the smaller, the better) on a program that you understand or is easy to understand. You can use the `./util/remaining-gnu-error.py` script to help with this decision. 1. Build both the GNU and Rust coreutils using: `bash util/build-gnu.sh` 1. Run the test with `bash util/run-gnu-test.sh ` 1. Start to modify `` to understand what is wrong. Examples: