From 9272a124c0cac0f9e60f2de132808efffb8b8665 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 6 Jan 2019 18:54:03 +0000 Subject: Fix comment typo. --- src/lib/butler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/butler.cc b/src/lib/butler.cc index f3e9f73f1..444090fd4 100644 --- a/src/lib/butler.cc +++ b/src/lib/butler.cc @@ -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. */ -- cgit v1.2.3