[vlc-commits] htcpcp: typo

Pierre Ynard git at videolan.org
Thu Mar 31 22:04:01 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Mar 31 22:04:20 2011 +0200| [039db0b35d21287a7a63340fdbc5744e868de71d] | committer: Pierre Ynard

htcpcp: typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=039db0b35d21287a7a63340fdbc5744e868de71d
---

 modules/access/htcpcp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/htcpcp.c b/modules/access/htcpcp.c
index 5d2bf00..93513a1 100644
--- a/modules/access/htcpcp.c
+++ b/modules/access/htcpcp.c
@@ -129,7 +129,7 @@ static ssize_t Read (access_t *access, uint8_t *buf, size_t len)
     unsigned code;
     if (sscanf (resp, "HTTP/%*u.%*u %u", &code) != 1)
     {
-        msg_Err (access, "cannot parse response frmo coffee server");
+        msg_Err (access, "cannot parse response from coffee server");
         goto error;
     }
     if ((code / 100) != 2)



More information about the vlc-commits mailing list