Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
punmechanic committed Mar 26, 2024
1 parent 7e029d5 commit 02a4ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/oauth2.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (o OAuth2Listener) Close() error {
func (o OAuth2Listener) ServeHTTP(w http.ResponseWriter, r *http.Request) {
info, err := ParseCallbackRequest(r)
if err == nil {
// The only errors that might occur would be incorreclty formatted requests, which we will silently drop.
// The only errors that might occur would be incorrectly formatted requests, which we will silently drop.
o.callbackCh <- info
}

Expand Down

0 comments on commit 02a4ad2

Please sign in to comment.