From d6aeaf8dd1b3158689da7b75c7417c1838af9c95 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Aug 2022 01:15:44 +0200 Subject: [PATCH] Cleanup: fix typo in comment. --- src/lib/butler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2