Fix typo: ouath -> oauth

This commit is contained in:
Karl Böhlmark
2014-10-09 17:14:06 +02:00
parent 40ddec7f40
commit 4baeb11bad
+1 -1
View File
@@ -18,7 +18,7 @@ namespace Octokit
RateLimit rateLimit)
{
Ensure.ArgumentNotNull(links, "links");
Ensure.ArgumentNotNull(oauthScopes, "ouathScopes");
Ensure.ArgumentNotNull(oauthScopes, "oauthScopes");
Links = new ReadOnlyDictionary<string, Uri>(links);
OauthScopes = new ReadOnlyCollection<string>(oauthScopes);