diff options
author | Max Horn | 2011-02-07 18:20:17 +0000 |
---|---|---|
committer | Max Horn | 2011-02-07 18:20:17 +0000 |
commit | 4a16e0911f99cfb6d767cfbd33e80dbc53591736 (patch) | |
tree | 903b88fc30f5e38eeb254d02c55530499d562833 /video | |
parent | 12f919a8e85a3ab2c867ec88c848698db90acfd1 (diff) | |
download | scummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.tar.gz scummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.tar.bz2 scummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.zip |
typo
svn-id: r55812
Diffstat (limited to 'video')
-rw-r--r-- | video/video_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h index 48d705932f..f8a6d6b080 100644 --- a/video/video_decoder.h +++ b/video/video_decoder.h @@ -228,7 +228,7 @@ private: }; /** - * A VideoDecoder that can rewound back to the beginning. + * A VideoDecoder that can be rewound back to the beginning. */ class RewindableVideoDecoder : public virtual VideoDecoder { public: |