summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-05-31 21:14:40 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-05-31 21:14:40 +0000
commit24cfe9cdb0d052e042f35dcfc706dc1a6c5023b3 (patch)
tree3e621d338e095813cf401120db6215bffbf73213 /src
parent5b34e10f9aae48097830af4a8b394f39f94fcdfd (diff)
downloadxine-lib-24cfe9cdb0d052e042f35dcfc706dc1a6c5023b3.tar.gz
xine-lib-24cfe9cdb0d052e042f35dcfc706dc1a6c5023b3.tar.bz2
Fix the spelling of the new buffer-full error message.
CVS patchset: 8002 CVS date: 2006/05/31 21:14:40
Diffstat (limited to 'src')
-rw-r--r--src/input/input_http.c4
1 files changed, 2 insertions, 2 deletions
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;
}
}