From 47d08d021f98307e84e7525340ac008ebf4d12f4 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Fri, 30 Apr 2004 18:24:21 +0000 Subject: Fix typo. #53466. 2004-04-30 Priit Laes * providers/nntp/camel-nntp-summary.c: Fix typo. #53466. svn path=/trunk/; revision=25722 --- camel/providers/nntp/camel-nntp-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/nntp/camel-nntp-summary.c') diff --git a/camel/providers/nntp/camel-nntp-summary.c b/camel/providers/nntp/camel-nntp-summary.c index 7923369754..d897db24e9 100644 --- a/camel/providers/nntp/camel-nntp-summary.c +++ b/camel/providers/nntp/camel-nntp-summary.c @@ -330,7 +330,7 @@ camel_nntp_summary_check(CamelNNTPSummary *cns, CamelFolderChangeInfo *changes, if (ret < 0) camel_exception_setv(ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, - _("Could not get messages: unspecificed error")); + _("Could not get messages: unspecified error")); return ret; } -- cgit