Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 20705 invoked from network); 24 Apr 2007 05:59:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 05:59:55 -0000 Received: (qmail 63433 invoked by uid 500); 24 Apr 2007 06:00:01 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 63315 invoked by uid 500); 24 Apr 2007 06:00:01 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 63304 invoked by uid 500); 24 Apr 2007 06:00:01 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 63301 invoked by uid 99); 24 Apr 2007 06:00:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 23:00:01 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 22:59:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A367E1A9838; Mon, 23 Apr 2007 22:59:33 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r531777 - /webservices/axis2/trunk/c/util/src/error.c Date: Tue, 24 Apr 2007 05:59:33 -0000 To: axis2-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070424055933.A367E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damitha Date: Mon Apr 23 22:59:30 2007 New Revision: 531777 URL: http://svn.apache.org/viewvc?view=rev&rev=531777 Log: Fixed a typo Modified: webservices/axis2/trunk/c/util/src/error.c Modified: webservices/axis2/trunk/c/util/src/error.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/error.c?view=diff&rev=531777&r1=531776&r2=531777 ============================================================================== --- webservices/axis2/trunk/c/util/src/error.c (original) +++ webservices/axis2/trunk/c/util/src/error.c Mon Apr 23 22:59:30 2007 @@ -214,7 +214,7 @@ axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_CHUNKED_STREAM] = "NULL stream in the http chunked stream"; axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_RESPONSE_BODY] = - "We got a NULL strem in the response body"; + "We got a NULL stream in the response body"; axutil_error_messages[AXIS2_ERROR_NULL_URL] = "URL NULL in http client"; axutil_error_messages[AXIS2_ERROR_OUT_TRNSPORT_INFO_NULL] = --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org