From 93577a1b4dcd7adfb42556d270eb92dba4821ffc Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Wed, 9 Nov 2022 14:06:27 +0100 Subject: [PATCH] fix typo --- pallets/duniter-wot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/duniter-wot/src/lib.rs b/pallets/duniter-wot/src/lib.rs index da2ec3dbc..b72be1a5e 100644 --- a/pallets/duniter-wot/src/lib.rs +++ b/pallets/duniter-wot/src/lib.rs @@ -107,7 +107,7 @@ pub mod pallet { IdtyCreationPeriodNotRespected, /// Not enough received certifications to create identity NotEnoughReceivedCertsToCreateIdty, - /// Max number of emited certs reached + /// Max number of emitted certs reached MaxEmitedCertsReached, /// Not allowed to change identity address NotAllowedToChangeIdtyAddress, -- GitLab