summaryrefslogtreecommitdiff
path: root/src/lib/decoder_factory.cc
diff options
context:
space:
mode:
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));
}