Cleanup: fix typo in comment.
authorCarl Hetherington <cth@carlh.net>
Wed, 3 Aug 2022 23:15:44 +0000 (01:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 3 Aug 2022 23:15:44 +0000 (01:15 +0200)
src/lib/butler.h

index 79701d3701e16273e6decb93ad6d268b2b489de5..87408646bc28e3e458e23f75757cc5a81b80da44 100644 (file)
@@ -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.
         */