From 6c2564f52b1793458ae827828d9d340195f68ae7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 6 Feb 2024 09:20:59 +0100 Subject: [PATCH] fix typo --- content/gsoc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/gsoc.md b/content/gsoc.md index 04f6a29d8..de386e3d5 100644 --- a/content/gsoc.md +++ b/content/gsoc.md @@ -58,7 +58,7 @@ Summarizing that page, each project should include: - Size (either ~175 or ~350 hours) - Difficulty (easy, medium or hard) -## Complete the `ls` GNU compatiblity +## Complete the `ls` GNU compatibility Most of the features in `ls` have been implemented by now. However, a bunch of work remains on the color side for a full GNU compat. Other tests are failing. @@ -76,7 +76,7 @@ $ ./util/remaining-gnu-error.py |grep "/ls/" - Rust - Basic knowledge about the terminal -## Complete the `cp` GNU compatiblity +## Complete the `cp` GNU compatibility Most of the features in `cp` have been implemented by now. However, some corner cases needs to be implemented. We have 16 remaining failing tests. @@ -93,7 +93,7 @@ $ ./util/remaining-gnu-error.py |grep "/cp/" - Rust - Basic knowledge about the terminal -## Complete the `mv` GNU compatiblity +## Complete the `mv` GNU compatibility Most of the features in `mv` have been implemented by now. However, some corner cases needs to be implemented. We have 10 remaining failing tests.