From: Carl Hetherington Date: Wed, 3 Aug 2022 23:15:44 +0000 (+0200) Subject: Cleanup: fix typo in comment. X-Git-Tag: v2.16.20~16 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d6aeaf8dd1b3158689da7b75c7417c1838af9c95 Cleanup: fix typo in comment. --- diff --git a/src/lib/butler.h b/src/lib/butler.h index 79701d370..87408646b 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -136,7 +136,7 @@ private: /** true to ask PlayerVideo::prepare to only prepare the ImageProxy and not also * the final image. We want to do this when the viewer is intending to call - * PlayerVideo::raw_image() and do the things in PlayerVideo::make_imgae() itself: + * PlayerVideo::raw_image() and do the things in PlayerVideo::make_image() itself: * this is the case for the GLVideoView which can do scale, pixfmt conversion etc. * in the shader. */