From 24cfe9cdb0d052e042f35dcfc706dc1a6c5023b3 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 31 May 2006 21:14:40 +0000 Subject: Fix the spelling of the new buffer-full error message. CVS patchset: 8002 CVS date: 2006/05/31 21:14:40 --- src/input/input_http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_http.c b/src/input/input_http.c index 89883c347..fe9650206 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -19,7 +19,7 @@ * * input plugin for http network streams * - * $Id: input_http.c,v 1.115 2006/05/31 20:58:22 dsalt Exp $ + * $Id: input_http.c,v 1.116 2006/05/31 21:14:40 dsalt Exp $ */ #ifdef HAVE_CONFIG_H @@ -898,7 +898,7 @@ static int http_plugin_open (input_plugin_t *this_gen ) { if ( len >= buflen ) { _x_message(this->stream, XINE_MSG_PERMISSION_ERROR, this->mrl, NULL); xine_log (this->stream->xine, XINE_LOG_MSG, - _("input_http: buffer exahuested after %d bytes."), buflen); + _("input_http: buffer exhausted after %d bytes."), buflen); return 0; } } -- cgit v1.2.3