aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
authorMax Horn2011-02-07 18:20:17 +0000
committerMax Horn2011-02-07 18:20:17 +0000
commit4a16e0911f99cfb6d767cfbd33e80dbc53591736 (patch)
tree903b88fc30f5e38eeb254d02c55530499d562833 /video/video_decoder.h
parent12f919a8e85a3ab2c867ec88c848698db90acfd1 (diff)
downloadscummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.tar.gz
scummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.tar.bz2
scummvm-rg350-4a16e0911f99cfb6d767cfbd33e80dbc53591736.zip
typo
svn-id: r55812
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h2
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: