File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Summarizing that page, each project should include:
58
58
- Size (either ~ 175 or ~ 350 hours)
59
59
- Difficulty (easy, medium or hard)
60
60
61
- ## Complete the ` ls ` GNU compatiblity
61
+ ## Complete the ` ls ` GNU compatibility
62
62
63
63
Most of the features in ` ls ` have been implemented by now.
64
64
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/"
76
76
- Rust
77
77
- Basic knowledge about the terminal
78
78
79
- ## Complete the ` cp ` GNU compatiblity
79
+ ## Complete the ` cp ` GNU compatibility
80
80
81
81
Most of the features in ` cp ` have been implemented by now.
82
82
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/"
93
93
- Rust
94
94
- Basic knowledge about the terminal
95
95
96
- ## Complete the ` mv ` GNU compatiblity
96
+ ## Complete the ` mv ` GNU compatibility
97
97
98
98
Most of the features in ` mv ` have been implemented by now.
99
99
However, some corner cases needs to be implemented. We have 10 remaining failing tests.
You can’t perform that action at this time.
0 commit comments