Skip to content

Commit

Permalink
otpauth: fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Mar 8, 2024
1 parent 539e298 commit 9eac94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otpauth/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func ParseMigrationURL(s string) ([]*URL, error) {
/*
The content of a migration URL is a wire-format protocol buffer message.
I don't want to pull in a dependency on protobuf, since that pulls in a log
of other expensive Google nonsense, but fortunately the message structure is
I don't want to take a dependency on protobuf, since that pulls in a lot of
other expensive Google nonsense, but fortunately the message structure is
fairly simple:
message Content {
Expand Down

0 comments on commit 9eac94a

Please sign in to comment.