diff options
author | Marco Trevisan (Treviño) <[email protected]> | 2023-11-20 21:15:43 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <[email protected]> | 2023-11-30 02:49:29 +0100 |
commit | 067f634acb780246805728d068f2bfcedcc4a4ea (patch) | |
tree | b4e32467d5e0256f2d4a8854735b011b3430fa1f | |
parent | e6f817312ad26cbf96c9cd7185e3d7c37e8e2430 (diff) |
transaction: Fix comment typo
-rw-r--r-- | transaction.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |