From 4d4a0a3a01864ae86f1cc3ac8ee903f146f270bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Bataille?= <gbataille.dev@gmail.com>
Date: Sat, 18 Apr 2015 16:05:30 +0200
Subject: [PATCH] Typo on Text.Pandoc.Generic

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 168392bc0..ab77c4b3b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -148,7 +148,7 @@ the pandoc library is in `src/`, the source for the tests is in
 `tests/`, and the source for the benchmarks is in `benchmark/`.
 
 The modules `Text.Pandoc.Definition`, `Text.Pandoc.Builder`, and
-`Text.Pandoc.Generics` are in a separate library `pandoc-types`.  The code can
+`Text.Pandoc.Generic` are in a separate library `pandoc-types`.  The code can
 be found in a <http://github.com/jgm/pandoc-types>.
 
 To build pandoc, you will need a working installation of the