From c33bbc86943be3323613ff627de60b555035fbc4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Feb 2020 13:42:22 +0100 Subject: screenshot: fix typo in comment It was not meant to imply that screenshots are male. Female (and other) screenshots are also welcome to this project. --- player/screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/screenshot.c b/player/screenshot.c index 5651b1b7ec..e731e02e21 100644 --- a/player/screenshot.c +++ b/player/screenshot.c @@ -545,7 +545,7 @@ void handle_each_frame_screenshot(struct MPContext *mpctx) void *a[] = {mpctx, &wait}; run_command(mpctx, mp_cmd_clone(ctx->each_frame), NULL, screenshot_fin, a); - // Block (in a reentrant way) until he screenshot was written. Otherwise, + // Block (in a reentrant way) until the screenshot was written. Otherwise, // we could pile up screenshot requests forever. while (!mp_waiter_poll(&wait)) mp_idle(mpctx); -- cgit v1.2.3