From a796788a12b21055e0cceedde02fa2b55ce60213 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Thu, 20 Sep 2018 19:20:00 +0200 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a8103e..c07b5f3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ When dealing with unaligned and arbitrary-bit-sized elements in a data stream, t We have to thank [Évariste Galois](https://en.wikipedia.org/wiki/%C3%89variste_Galois) for his contribution of the [Finite field](https://en.wikipedia.org/wiki/Finite_field) to mathematics, which laid the cornerstone for a variety of applications that we take for granted today. One of them is [Reed–Solomon error correction](https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction): -### [reed_solomon_error_correction.hh](reed_solmon_error_correction.hh) +### [reed_solomon_error_correction.hh](reed_solomon_error_correction.hh) Implemented are the following Encoders and Decoders: * [reed_solomon_encoder.hh](reed_solomon_encoder.hh)