diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-07 23:09:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-07 23:09:56 +0100 |
| commit | 87a3395fb8c546f7b71f36f5b16739486699493e (patch) | |
| tree | fb361cb7862ca1a4233d011f67d52450c181b0e5 /src/lib/decoder_factory.cc | |
| parent | 3841160c61398e7bb70429040530969a3f0a3440 (diff) | |
Fix comment.
Diffstat (limited to 'src/lib/decoder_factory.cc')
| -rw-r--r-- | src/lib/decoder_factory.cc | 2 |
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)); } |
