Try to move fontconfig cache delay to program startup on Windows.
[dcpomatic.git] / src / lib / butler.cc
index f3e9f73f13775ba31123800bafe80ad091841aa9..444090fd46d1b047fe31acfd6b6f4dec5e32dd2f 100644 (file)
@@ -49,7 +49,7 @@ using boost::function;
 #define MAXIMUM_AUDIO_READAHEAD (48000 * MAXIMUM_VIDEO_READAHEAD / 24)
 
 /** @param pixel_format Pixel format functor that will be used when calling ::image on PlayerVideos coming out of this
- *  butler.  This will be used (where possible) to prepare the PlayerVideos so that calling image() on them is quick().
+ *  butler.  This will be used (where possible) to prepare the PlayerVideos so that calling image() on them is quick.
  *  @param aligned Same as above for the `aligned' flag.
  *  @param fast Same as above for the `fast' flag.
  */