Update README.md
MREADME.md
| @@ -14,10 +14,10 @@ Resizable array to store pointers to objects. | |||
|---|---|---|---|
| 14 | 14 | Resizable String with some QOL functions. | |
| 15 | 15 | ||
| 16 | 16 | ### Linked-List | |
| 17 | - | Singly- and doubly-linked list with a commont interface. | |
| 17 | + | Singly- and doubly-linked list with a common interface. | |
| 18 | 18 | ||
| 19 | 19 | ### Extensions | |
| 20 | - | Various Posix and MS functions rewritten. | |
| 20 | + | Various Posix and MS functions rewritten for portable usage. | |
| 21 | 21 | ||
| 22 | 22 | ### Misc | |
| 23 | 23 | Some small helper functions for different tasks. | |