Tidy up test film naming.
[dcpomatic.git] / src / lib / decoder_factory.cc
index 6826724af9eb335ac599f13b4d6098b9d7dbcdcc..c03912094a231df6300cd52a16c8bb24be293c0e 100644 (file)
@@ -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));
        }