[rtmpdump] r176 - trunk/rtmpdump.c
hyc
subversion at mplayerhq.hu
Sun Jan 3 05:15:20 CET 2010
Author: hyc
Date: Sun Jan 3 05:15:19 2010
New Revision: 176
Log:
Fix typo
Modified:
trunk/rtmpdump.c
Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c Sun Jan 3 05:10:04 2010 (r175)
+++ trunk/rtmpdump.c Sun Jan 3 05:15:19 2010 (r176)
@@ -579,7 +579,7 @@ OpenResumeFile(const char *flvFile, // f
if (hbuf[0] != 'F' || hbuf[1] != 'L' || hbuf[2] != 'V'
|| hbuf[3] != 0x01)
{
- Log(LOGERROR, "Inavlid FLV file!");
+ Log(LOGERROR, "Invalid FLV file!");
return RD_FAILED;
}
More information about the rtmpdump
mailing list