Skip to content

Commit 5cf914c

Browse files
committed
transaction: Fix comment typo
1 parent be392ff commit 5cf914c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ const (
333333
// EstablishCred indicates that credentials should be established
334334
// for the user.
335335
EstablishCred Flags = C.PAM_ESTABLISH_CRED
336-
// DeleteCred inidicates that credentials should be deleted.
336+
// DeleteCred indicates that credentials should be deleted.
337337
DeleteCred Flags = C.PAM_DELETE_CRED
338338
// ReinitializeCred indicates that credentials should be fully
339339
// reinitialized.

0 commit comments

Comments
 (0)