From 68c3e6025fa03801519d95227da3a7b04ae1c012 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 29 Apr 2014 00:07:32 +0200 Subject: Fix convertion typos Signed-off-by: Michael Niedermayer --- libswresample/swresample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample/swresample.h') diff --git a/libswresample/swresample.h b/libswresample/swresample.h index 4ba008e728..0525289eb0 100644 --- a/libswresample/swresample.h +++ b/libswresample/swresample.h @@ -210,7 +210,7 @@ void swr_free(struct SwrContext **s); * * If more input is provided than output space then the input will be buffered. * You can avoid this buffering by providing more output space than input. - * Convertion will run directly without copying whenever possible. + * Conversion will run directly without copying whenever possible. * * @param s allocated Swr context, with parameters set * @param out output buffers, only the first one need be set in case of packed audio -- cgit v1.2.3