From 067f634acb780246805728d068f2bfcedcc4a4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 20 Nov 2023 21:15:43 +0100 Subject: transaction: Fix comment typo --- transaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transaction.go') diff --git a/transaction.go b/transaction.go index 1bb5229..9fee575 100644 --- a/transaction.go +++ b/transaction.go @@ -299,7 +299,7 @@ const ( // EstablishCred indicates that credentials should be established // for the user. EstablishCred Flags = C.PAM_ESTABLISH_CRED - // DeleteCred inidicates that credentials should be deleted. + // DeleteCred indicates that credentials should be deleted. DeleteCred Flags = C.PAM_DELETE_CRED // ReinitializeCred indicates that credentials should be fully // reinitialized. -- cgit v1.2.3