changeset 3131:dfe8f4eb3dba trunk

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 20:09:08 -0500
parents 03b85ed64527 (current diff) ed6c6aa50c7c (diff)
children c5568d294a8a
files src/audacious/input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/input.c	Fri Jul 20 20:06:27 2007 -0500
+++ b/src/audacious/input.c	Fri Jul 20 20:09:08 2007 -0500
@@ -356,7 +356,7 @@
     g_free(tmp_uri);
 
     if (!fd) {
-        printf("Unreadable to read from %s, giving up.\n", filename_proxy);
+        printf("Unable to read from %s, giving up.\n", filename_proxy);
         g_free(filename_proxy);
         return NULL;
     }