diff options
author | Aaron Boxer <aaron.boxer@collabora.com> | 2019-09-02 15:08:44 -0400 |
---|---|---|
committer | Aaron Boxer <aaron.boxer@collabora.com> | 2019-11-05 09:11:25 -0500 |
commit | 6d3429af34ed0b5905faf32d2f22b9db2451f116 (patch) | |
tree | f18e8fed7a80ddd4db89a76bab109fcd37a76819 /sys/msdk/gstmsdkvpputil.c | |
parent | 2386858a9179aff2ec249bdffa904bf407de455f (diff) | |
download | gstreamer-plugins-bad-6d3429af34ed0b5905faf32d2f22b9db2451f116.tar.gz |
documentation: fixed a heap o' typos
Diffstat (limited to 'sys/msdk/gstmsdkvpputil.c')
-rw-r--r-- | sys/msdk/gstmsdkvpputil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/msdk/gstmsdkvpputil.c b/sys/msdk/gstmsdkvpputil.c index 7980aa75d..7517bda89 100644 --- a/sys/msdk/gstmsdkvpputil.c +++ b/sys/msdk/gstmsdkvpputil.c @@ -333,7 +333,7 @@ fixate_output_frame_size (GstMsdkVPP * thiz, GstVideoInfo * vinfo, goto done; } - /* If all this failed, keep the height that was nearest to the orignal + /* If all this failed, keep the height that was nearest to the original * height and the nearest possible width. This changes the DAR but * there's not much else to do here. */ |