Skip to content

Commit 6c2564f

Browse files
committed
fix typo
1 parent 8dbb884 commit 6c2564f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/gsoc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -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` GNU compatiblity
61+
## Complete the `ls` GNU compatibility
6262

6363
Most of the features in `ls` have been implemented by now.
6464
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/"
7676
- Rust
7777
- Basic knowledge about the terminal
7878

79-
## Complete the `cp` GNU compatiblity
79+
## Complete the `cp` GNU compatibility
8080

8181
Most of the features in `cp` have been implemented by now.
8282
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/"
9393
- Rust
9494
- Basic knowledge about the terminal
9595

96-
## Complete the `mv` GNU compatiblity
96+
## Complete the `mv` GNU compatibility
9797

9898
Most of the features in `mv` have been implemented by now.
9999
However, some corner cases needs to be implemented. We have 10 remaining failing tests.

0 commit comments

Comments
 (0)