]> granicus.if.org Git - rtmpdump/commitdiff
Fix typo
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 9 Jan 2010 02:28:41 +0000 (02:28 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 9 Jan 2010 02:28:41 +0000 (02:28 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@218 400ebc74-4327-4243-bc38-086b20814532

rtmpdump.c

index a8fba7154cdfc46000cad1f9ad87034ff35c87dc..f229260e4b384e8a9434ae5ffd2465e5cb6348e1 100644 (file)
@@ -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;