Skip to content

Commit

Permalink
Update ImplicitGrantAuth.cs
Browse files Browse the repository at this point in the history
fixed spelling mistake
  • Loading branch information
JohnnyCrazy committed Oct 5, 2015
1 parent be0e968 commit f09c52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace SpotifyAPI.Web.Auth
{
public class ImplicitGrantAuth
{
public delegate void OnResponseReceived(Token token, String error);
public delegate void OnResponseReceived(Token token, String state);

private SimpleHttpServer _httpServer;
private Thread _httpThread;
Expand Down Expand Up @@ -74,4 +74,4 @@ public void StopHttpServer()
_httpServer = null;
}
}
}
}

0 comments on commit f09c52a

Please sign in to comment.