summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-07 13:42:22 +0100
committerwm4 <wm4@nowhere>2020-02-07 13:42:42 +0100
commitc33bbc86943be3323613ff627de60b555035fbc4 (patch)
treee394a04760e67bcdb6d181d2dfd6ae551c69a44a
parenta3bd8c3b5f84c5d48785552fc7bd2505ee839736 (diff)
downloadmpv-c33bbc86943be3323613ff627de60b555035fbc4.tar.bz2
mpv-c33bbc86943be3323613ff627de60b555035fbc4.tar.xz
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.
-rw-r--r--player/screenshot.c2
1 files changed, 1 insertions, 1 deletions
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);