From c07ed10b0e18beecdb5c816546eca3a065ddc5ad Mon Sep 17 00:00:00 2001 From: Diederik de Haas via ffmpeg-devel Date: Fri, 10 Nov 2023 16:41:54 +0100 Subject: apply spelling fixes Fix spelling issue as reported by Debian's lintian tool: accomodate -> accommodate addtional -> additional auxillary -> auxiliary bellow -> below betweeen -> between Calulate -> Calculate coefficents -> coefficients Defalt -> Default defaul -> default higer -> higher neccesary -> necessary orignal -> original ouput -> output precison -> precision processsing -> processing substract -> subtract Transfered -> Transferred upto -> up to Also add several of them to the 'common typos' check in patcheck. Signed-off-by: Diederik de Haas --- libavutil/eval.h | 2 +- libavutil/hwcontext_vulkan.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'libavutil') diff --git a/libavutil/eval.h b/libavutil/eval.h index ee8cffb057..0d3eaeb3fb 100644 --- a/libavutil/eval.h +++ b/libavutil/eval.h @@ -105,7 +105,7 @@ int av_expr_count_vars(AVExpr *e, unsigned *counter, int size); * @param e the AVExpr to track user provided functions in * @param counter a zero-initialized array where the count of each function will be stored * if you passed 5 functions with 2 arguments to av_expr_parse() - * then for arg=2 this will use upto 5 entries. + * then for arg=2 this will use up to 5 entries. * @param size size of array * @param arg number of arguments the counted functions have * @return 0 on success, a negative value indicates that no expression or array was passed diff --git a/libavutil/hwcontext_vulkan.c b/libavutil/hwcontext_vulkan.c index b4130abcde..204b57c011 100644 --- a/libavutil/hwcontext_vulkan.c +++ b/libavutil/hwcontext_vulkan.c @@ -3072,7 +3072,7 @@ static int vulkan_transfer_data_from_cuda(AVHWFramesContext *hwfc, CHECK_CU(cu->cuCtxPopCurrent(&dummy)); - av_log(hwfc, AV_LOG_VERBOSE, "Transfered CUDA image to Vulkan!\n"); + av_log(hwfc, AV_LOG_VERBOSE, "Transferred CUDA image to Vulkan!\n"); return err = prepare_frame(hwfc, &fp->upload_exec, dst_f, PREP_MODE_EXTERNAL_IMPORT); @@ -3648,7 +3648,7 @@ static int vulkan_transfer_data_to_cuda(AVHWFramesContext *hwfc, AVFrame *dst, CHECK_CU(cu->cuCtxPopCurrent(&dummy)); - av_log(hwfc, AV_LOG_VERBOSE, "Transfered Vulkan image to CUDA!\n"); + av_log(hwfc, AV_LOG_VERBOSE, "Transferred Vulkan image to CUDA!\n"); return prepare_frame(hwfc, &fp->upload_exec, dst_f, PREP_MODE_EXTERNAL_IMPORT); -- cgit v1.2.3