Skip to content

Commit

Permalink
Fixed after mispell checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed May 4, 2023
1 parent b09a245 commit 1e64fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth_nopam.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const tagPam = "nopam"

// PamHandle defines structure of handle specificaly designed for not using PAM authorization
// PamHandle defines structure of handle specifically designed for not using PAM authorization
type nopamHandle struct {
u *sysuser
}
Expand Down
2 changes: 1 addition & 1 deletion src/auth_pam.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const tagPam = ""

// PamHandle defines structure of handle specificaly designed for using PAM authorization
// PamHandle defines structure of handle specifically designed for using PAM authorization
type pamHandle struct {
trans *pam.Transaction
u *sysuser
Expand Down

0 comments on commit 1e64fb8

Please sign in to comment.