Skip to content

Commit

Permalink
Fix pscs -> pcsc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman authored and ericchiang committed Aug 25, 2023
1 parent 1c45251 commit 55b6465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piv/piv.go
Expand Up @@ -142,7 +142,7 @@ type client struct {
func (c *client) Cards() ([]string, error) {
ctx, err := newSCContext()
if err != nil {
return nil, fmt.Errorf("connecting to pscs: %w", err)
return nil, fmt.Errorf("connecting to pcsc: %w", err)
}
defer ctx.Close()
return ctx.ListReaders()
Expand Down

0 comments on commit 55b6465

Please sign in to comment.