From b87ba395e3662c501fd3b5e226081e67b5b85782 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 02:23:39 +0200 Subject: [PATCH] Docs --- GCryptLib/include/GCrypt/GWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCryptLib/include/GCrypt/GWrapper.h b/GCryptLib/include/GCrypt/GWrapper.h index 9d9fab9..af3924e 100644 --- a/GCryptLib/include/GCrypt/GWrapper.h +++ b/GCryptLib/include/GCrypt/GWrapper.h @@ -8,7 +8,7 @@ #include namespace Leonetienne::GCrypt { - /** This class is a wrapper to make working with the GhettoCipher + /** This class is a wrapper to make working with the GCipher * super easy with a python-like syntax */ class GWrapper {