[rtmpdump] r218 - trunk/rtmpdump.c

hyc subversion at mplayerhq.hu
Sat Jan 9 03:28:42 CET 2010


Author: hyc
Date: Sat Jan  9 03:28:41 2010
New Revision: 218

Log:
Fix typo

Modified:
   trunk/rtmpdump.c

Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c	Sat Jan  9 03:11:52 2010	(r217)
+++ trunk/rtmpdump.c	Sat Jan  9 03:28:41 2010	(r218)
@@ -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;


More information about the rtmpdump mailing list