summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);