diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:18:46 -0500 |
commit | d2fc88a49ddb99863a42e9b7953f920f5b28b944 (patch) | |
tree | 2c0d6c75395919eff211bc005544bdf6272aaf11 /mpeglib/lib/mpegplay/mpegSystemHeader.h | |
parent | 447ec7dc0dabca83f70632ab66cfdba80835a703 (diff) | |
download | tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.tar.gz tdemultimedia-d2fc88a49ddb99863a42e9b7953f920f5b28b944.zip |
Fix typos.
Diffstat (limited to 'mpeglib/lib/mpegplay/mpegSystemHeader.h')
-rw-r--r-- | mpeglib/lib/mpegplay/mpegSystemHeader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpeglib/lib/mpegplay/mpegSystemHeader.h b/mpeglib/lib/mpegplay/mpegSystemHeader.h index abad3794..97b50d9c 100644 --- a/mpeglib/lib/mpegplay/mpegSystemHeader.h +++ b/mpeglib/lib/mpegplay/mpegSystemHeader.h @@ -452,7 +452,7 @@ class MpegSystemHeader { int getPESPacketLen(); void setPESPacketLen(int packetLen); - // rest lenght of TS packet. + // rest length of TS packet. int getTSPacketLen(); void setTSPacketLen(int packetLen); |