From 8f26abbae2bf9362dc3b49fed2cf8672af986d95 Mon Sep 17 00:00:00 2001 From: hyc Date: Sat, 9 Jan 2010 02:28:41 +0000 Subject: [PATCH] Fix typo git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@218 400ebc74-4327-4243-bc38-086b20814532 --- rtmpdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtmpdump.c b/rtmpdump.c index a8fba71..f229260 100644 --- a/rtmpdump.c +++ b/rtmpdump.c @@ -1368,7 +1368,7 @@ main(int argc, char **argv) { swfHash.av_val = NULL; Log(LOGWARNING, - "Couldn't parse swf hash hex string, not heyxstring or not %d bytes, ignoring!", HASHLEN); + "Couldn't parse swf hash hex string, not hexstring or not %d bytes, ignoring!", HASHLEN); } swfHash.av_len = HASHLEN; break; -- 2.50.1