Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7947eb0

Browse files
committed
Fix spelling in OAuthException message.
1 parent 929d36f commit 7947eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scribe/extractors/JsonTokenExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public Token extract(String response)
2020
}
2121
else
2222
{
23-
throw new OAuthException("Cannot extract an acces token. Response was: " + response);
23+
throw new OAuthException("Cannot extract an access token. Response was: " + response);
2424
}
2525
}
2626

0 commit comments

Comments
 (0)