summaryrefslogtreecommitdiff
path: root/src/lib/decoder_factory.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-10-07 23:09:56 +0100
committerCarl Hetherington <cth@carlh.net>2012-10-07 23:09:56 +0100
commit87a3395fb8c546f7b71f36f5b16739486699493e (patch)
treefb361cb7862ca1a4233d011f67d52450c181b0e5 /src/lib/decoder_factory.cc
parent3841160c61398e7bb70429040530969a3f0a3440 (diff)
Fix comment.
Diffstat (limited to 'src/lib/decoder_factory.cc')
-rw-r--r--src/lib/decoder_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/decoder_factory.cc b/src/lib/decoder_factory.cc
index 6826724af..c03912094 100644
--- a/src/lib/decoder_factory.cc
+++ b/src/lib/decoder_factory.cc
@@ -42,7 +42,7 @@ decoder_factory (
if (fs->content_type() == STILL) {
/* Always ignore length of decodes of stills, since the decoder finishes very quickly
- and its the encoder that takes the time.
+ and it's the encoder that takes the time.
*/
return shared_ptr<Decoder> (new ImageMagickDecoder (fs, o, j, l, minimal, true));
}