summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-07 21:02:12 +0100
committerwm4 <wm4@nowhere>2019-11-07 22:53:13 +0100
commitafbddbdf8fbf30d13f12d51c065b68fafc6584a4 (patch)
tree2f5ab692772c08d6ff711cf5e62ad6751205466d
parent19becc8ea911e74b5443420a8da411444f980725 (diff)
downloadmpv-afbddbdf8fbf30d13f12d51c065b68fafc6584a4.tar.bz2
mpv-afbddbdf8fbf30d13f12d51c065b68fafc6584a4.tar.xz
DOCS/contribute.md, zimg: remove 2 instances of an extraneous "s"
-rw-r--r--DOCS/contribute.md2
-rw-r--r--video/zimg.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/contribute.md b/DOCS/contribute.md
index d891700cf3..37987cf96b 100644
--- a/DOCS/contribute.md
+++ b/DOCS/contribute.md
@@ -41,7 +41,7 @@ Copyright of contributions
behalf of your employer, and the employer owns the copyright, you must mention
this. If the license of the code is not LGPLv2.1+, you must mention this.
- These license statements are legally binding.
-- Don't use fake names (something that looks like an actual names, and may be
+- Don't use fake names (something that looks like an actual name, and may be
someone else's name, but is not your legal name). Using a pseudonyms is
allowed if it can be used to identify or contact you, even if whatever
account you used to submit the patch dies.
diff --git a/video/zimg.c b/video/zimg.c
index 04a500705d..6814e9ebdc 100644
--- a/video/zimg.c
+++ b/video/zimg.c
@@ -576,7 +576,7 @@ static void setup_regular_rgb_packer(struct mp_zimg_repack *r)
for (int i = 0; i < MP_ARRAY_SIZE(regular_repackers); i++) {
const struct regular_repacker *pa = &regular_repackers[i];
- // The following may assumes little endian (because some repack backends
+ // The following may assume little endian (because some repack backends
// use word access, while the metadata here uses byte access).
int prepad = p->components[0] ? 0 : 8;