Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYannis Guyon <yguyon@google.com>2022-01-03 20:19:56 +0300
committerRonald S. Bultje <rsbultje@gmail.com>2022-01-03 20:19:56 +0300
commit39ca4ba61dedd56aeb5ad19fb2714530e4fa7365 (patch)
tree5b212886ce67bd32ffd0f64d9633aa39b93aaa95 /src/data.h
parentbc1b3681ac620ae83ddf2a876a5f8f75d4d9bd36 (diff)
Fix "destination" typo in src/data.h
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.h b/src/data.h
index 7f2010a..5b07021 100644
--- a/src/data.h
+++ b/src/data.h
@@ -33,7 +33,7 @@
void dav1d_data_ref(Dav1dData *dst, const Dav1dData *src);
/**
- * Copy the source properties to the destitionatin and increase the
+ * Copy the source properties to the destination and increase the
* user_data's reference count (if it's not NULL).
*/
void dav1d_data_props_copy(Dav1dDataProps *dst, const Dav1dDataProps *src);