From d90f61a7db7adadd41a4050c6e1a0a74e7456464 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 27 Aug 2010 19:56:28 +0200 Subject: [PATCH 1/1] Typo fix. --- bti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bti.c b/bti.c index a31daed..20e6d7b 100644 --- a/bti.c +++ b/bti.c @@ -1500,7 +1500,7 @@ int main(int argc, char *argv[], char *envp[]) if (session->host == HOST_TWITTER) { if (!session->consumer_key || !session->consumer_secret) { - fprintf(stderr, "Twitter no longer supuports HTTP basic authentication.\n"); + fprintf(stderr, "Twitter no longer supports HTTP basic authentication.\n"); fprintf(stderr, "Both consumer key, and consumer secret are required"); fprintf(stderr, " for bti in order to behave as an OAuth consumer.\n"); goto exit; -- 2.39.5