From f09c52a60c18813f6475ba363e2fbcbd2b9c2beb Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Mon, 5 Oct 2015 16:22:08 +0200 Subject: [PATCH] Update ImplicitGrantAuth.cs fixed spelling mistake --- SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs b/SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs index effd2582..e485d662 100644 --- a/SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs +++ b/SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs @@ -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; @@ -74,4 +74,4 @@ namespace SpotifyAPI.Web.Auth _httpServer = null; } } -} \ No newline at end of file +}