@@ -58,7 +58,7 @@ Summarizing that page, each project should include:
5858- Size (either~ 175 or~ 350 hours)
5959- Difficulty (easy, medium or hard)
6060
61- ##Complete the` ls ` GNUcompatiblity
61+ ##Complete the` ls ` GNUcompatibility
6262
6363Most of the features in` ls ` have been implemented by now.
6464However, 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/"
7676- Rust
7777- Basic knowledge about the terminal
7878
79- ##Complete the` cp ` GNUcompatiblity
79+ ##Complete the` cp ` GNUcompatibility
8080
8181Most of the features in` cp ` have been implemented by now.
8282However, some corner cases needs to be implemented. We have 16 remaining failing tests.
@@ -93,7 +93,7 @@ $ ./util/remaining-gnu-error.py |grep "/cp/"
9393- Rust
9494- Basic knowledge about the terminal
9595
96- ##Complete the` mv ` GNUcompatiblity
96+ ##Complete the` mv ` GNUcompatibility
9797
9898Most of the features in` mv ` have been implemented by now.
9999However, some corner cases needs to be implemented. We have 10 remaining failing tests.