summaryrefslogtreecommitdiff
path: root/libavformat/mmst.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-20 15:39:22 +0100
committerDiego Biurrun <diego@biurrun.de>2012-01-02 16:41:25 +0100
commit8fd35b1aacf3c3f2e1d533eec52554e54a42ee3c (patch)
tree2265af356ee46567be202e23fd7ae23497acb7eb /libavformat/mmst.c
parent44b0edda3f4f8006c16e1b124199cafaf6363f3d (diff)
Fix a bunch of typos.
Diffstat (limited to 'libavformat/mmst.c')
-rw-r--r--libavformat/mmst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mmst.c b/libavformat/mmst.c
index 753b05cceb..fe21a32357 100644
--- a/libavformat/mmst.c
+++ b/libavformat/mmst.c
@@ -606,7 +606,7 @@ static int mms_read(URLContext *h, uint8_t *buf, int size)
// copy the data to the packet buffer.
result = ff_mms_read_data(mms, buf, size);
if (result == 0) {
- av_dlog(NULL, "read asf media paket size is zero!\n");
+ av_dlog(NULL, "Read ASF media packet size is zero!\n");
break;
}
}