Skip to content

Commit

Permalink
transaction: Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Nov 30, 2023
1 parent f4098a7 commit 378f970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 378f970

Please sign in to comment.