summaryrefslogtreecommitdiffstats
path: root/filters/filter_internal.h
diff options
context:
space:
mode:
authorHarri Nieminen <moiman@posteo.net>2023-03-27 23:42:17 +0300
committerDudemanguy <random342@airmail.cc>2023-03-28 19:29:44 +0000
commit292a5868cb60c481ae9eaed7d21e67dcff41938f (patch)
treec5a87dee26e517c485bec6a8f4cad9271d25adf4 /filters/filter_internal.h
parent24bed9b94991d060024dedeb05718d15d95fa77d (diff)
downloadmpv-292a5868cb60c481ae9eaed7d21e67dcff41938f.tar.bz2
mpv-292a5868cb60c481ae9eaed7d21e67dcff41938f.tar.xz
various: fix typos
Found by codespell
Diffstat (limited to 'filters/filter_internal.h')
-rw-r--r--filters/filter_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/filter_internal.h b/filters/filter_internal.h
index 02acef6254..e2e9db9ef1 100644
--- a/filters/filter_internal.h
+++ b/filters/filter_internal.h
@@ -98,7 +98,7 @@ struct mp_filter_info {
bool (*command)(struct mp_filter *f, struct mp_filter_command *cmd);
};
-// Return the mp_filter_info this filter was crated with.
+// Return the mp_filter_info this filter was created with.
const struct mp_filter_info *mp_filter_get_info(struct mp_filter *f);
// Create a filter instance. Returns NULL on failure.