From 90c8960aa75bf017cc9629ba90be57e6ebd28013 Mon Sep 17 00:00:00 2001 From: Pavel Date: Tue, 31 Dec 2024 00:34:27 +0300 Subject: [PATCH] auth.nr --- authwit/src/auth.nr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authwit/src/auth.nr b/authwit/src/auth.nr index 6c21bfae..85e7be95 100644 --- a/authwit/src/auth.nr +++ b/authwit/src/auth.nr @@ -10,7 +10,7 @@ use dep::aztec::protocol_types::{ }; /** - * Authenticaion witness helper library + * Authentication witness helper library * * Authentication Witness is a scheme for authenticating actions on Aztec, so users can allow third-parties * (e.g. protocols or other users) to execute an action on their behalf.