Skip to content

Commit

Permalink
Merge pull request #5 from pdbogen/pdbogen-patch-1
Browse files Browse the repository at this point in the history
fix typo in `RebuildAccessRequest` method name.
  • Loading branch information
jrmycanady committed Feb 5, 2018
2 parents a196ed8 + 3fee605 commit aacb7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nokiahealth.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type AccessRequest struct {
// RebuildAccessRequest builds an access request from a known
// secret and token. This is generally used to generate a user
// when receiving a callback.
func (c Client) RebuildAccessReuqest(token string, secret string) AccessRequest {
func (c Client) RebuildAccessRequest(token string, secret string) AccessRequest {
ar := AccessRequest{
Client: c,
RequestToken: token,
Expand Down

0 comments on commit aacb7d7

Please sign in to comment.