diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-04 01:15:44 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-04 01:15:44 +0200 |
| commit | d6aeaf8dd1b3158689da7b75c7417c1838af9c95 (patch) | |
| tree | 47026eb1e3f56f196898976b4fbc1edc79fe3da0 | |
| parent | 8ace3fb351ae634e63f829fd2769bbefad2f3a27 (diff) | |
Cleanup: fix typo in comment.
| -rw-r--r-- | src/lib/butler.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |
