From 7e4e874f19e38118b79f557b5e4661d169651d3b Mon Sep 17 00:00:00 2001 From: "aedampir@gmail.com" Date: Wed, 23 Mar 2016 22:30:24 +0700 Subject: [PATCH] Misspelling Attepmts -> Attempts was fixed. --- Octokit.Tests/Exceptions/ForbiddenExceptionTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests/Exceptions/ForbiddenExceptionTests.cs b/Octokit.Tests/Exceptions/ForbiddenExceptionTests.cs index bfc3773b..909cbd9a 100644 --- a/Octokit.Tests/Exceptions/ForbiddenExceptionTests.cs +++ b/Octokit.Tests/Exceptions/ForbiddenExceptionTests.cs @@ -10,7 +10,7 @@ namespace Octokit.Tests.Exceptions public class TheConstructor { [Fact] - public void IdentifiesMaxLoginAttepmtsExceededReason() + public void IdentifiesMaxLoginAttemptsExceededReason() { const string responseBody = "{\"message\":\"YOU SHALL NOT PASS!\"," + "\"documentation_url\":\"http://developer.github.com/v3\"}";