From 95f0f3d0c93ec2a164f37572bb98aa2d204e4b52 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Sat, 3 Nov 2018 21:17:46 +0100 Subject: [PATCH] Fixed typos in name. --- Crypto/PubKey/Rabin/Basic.hs | 2 +- Crypto/PubKey/Rabin/Modified.hs | 2 +- Crypto/PubKey/Rabin/OAEP.hs | 2 +- Crypto/PubKey/Rabin/Types.hs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Crypto/PubKey/Rabin/Basic.hs b/Crypto/PubKey/Rabin/Basic.hs index 0d9792e..3933b25 100644 --- a/Crypto/PubKey/Rabin/Basic.hs +++ b/Crypto/PubKey/Rabin/Basic.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Basic -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/Modified.hs b/Crypto/PubKey/Rabin/Modified.hs index c9c7797..f3836ab 100644 --- a/Crypto/PubKey/Rabin/Modified.hs +++ b/Crypto/PubKey/Rabin/Modified.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Modified -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/OAEP.hs b/Crypto/PubKey/Rabin/OAEP.hs index 9976e83..2274767 100644 --- a/Crypto/PubKey/Rabin/OAEP.hs +++ b/Crypto/PubKey/Rabin/OAEP.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.OAEP -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown -- diff --git a/Crypto/PubKey/Rabin/Types.hs b/Crypto/PubKey/Rabin/Types.hs index 403e8d7..2d00823 100644 --- a/Crypto/PubKey/Rabin/Types.hs +++ b/Crypto/PubKey/Rabin/Types.hs @@ -1,7 +1,7 @@ -- | -- Module : Crypto.PubKey.Rabin.Types -- License : BSD-style --- Maintainer : Carlos Rodrigue-Vega +-- Maintainer : Carlos Rodriguez-Vega -- Stability : experimental -- Portability : unknown --