diff options
-rw-r--r-- | lib/oauth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/oauth2.c b/lib/oauth2.c index bfd4b143..7ebe4e50 100644 --- a/lib/oauth2.c +++ b/lib/oauth2.c @@ -183,7 +183,7 @@ static void oauth2_access_token_done( struct http_request *req ) if( getenv( "BITLBEE_DEBUG" ) ) printf( "Extracted atoken=%s rtoken=%s\n", atoken, rtoken ); if( !atoken && !rtoken && !error ) - error = g_strdup( "Unusuable response" ); + error = g_strdup( "Unusable response" ); cb_data->func( cb_data->data, atoken, rtoken, error ); g_free( content_type ); |