From e76cf264de6caaca24fa308cab78e770fc4a6508 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 8 Feb 2014 13:46:30 +0000 Subject: Fix "Unusuable" typo. --- lib/oauth2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/oauth2.c') 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 ); -- cgit v1.2.3