diff --git a/oauth2.go b/oauth2.go index 2839b132c..7fe198883 100644 --- a/oauth2.go +++ b/oauth2.go @@ -136,7 +136,7 @@ type OAuth2Provider interface { // time NewDeviceResponse(ctx context.Context, requester DeviceRequester) (DeviceResponder, error) - // WriteDeviceAuthorizeResponse return to the user both codes and + // WriteDeviceResponse return to the user both codes and // some configuration informations in a JSON formated manner // // The following specs must be considered in any implementation of this method: