From 18c7047f3339a61835f3bbddc3f4cb6f132aff73 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Wed, 2 Aug 2023 17:26:04 +0200
Subject: [PATCH] Typos.

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b505876..a0745f6 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The current plan is to use this repository to list (and possibly demonstrate the
 
 ### cytoolz
 
-Lots of useful functions for functionnal programming fun, hopefully faster than pytoolz.
+Lots of useful functions for functional programming fun, hopefully faster than pytoolz.
 
 The documentation is that of pytoolz: <https://toolz.readthedocs.io/en/latest/>
 
@@ -130,7 +130,7 @@ URL: <https://brentp.github.io/cyvcf2/index.html>
 
 ### mappy
 
-I use its fast fata / fastq parser:
+I use its fast fasta / fastq parser:
 
 ```{python}
 from mappy import fastx_read
@@ -162,7 +162,7 @@ URL: <https://www.biotite-python.org/>
 
 ### parasail
 
-To perform pairwise sequence alignemnt.
+To perform pairwise sequence alignment.
 
 URL: <https://github.com/jeffdaily/parasail-python>
 
@@ -194,4 +194,4 @@ URL: <http://scikit-bio.org/>
 
 For population genetics.
 
-URL: <https://scikit-allel.readthedocs.io/en/stable/index.html>
\ No newline at end of file
+URL: <https://scikit-allel.readthedocs.io/en/stable/index.html>
-- 
GitLab