From eaf6f10f1b5c26cf5264654b48f8114ff949cbad Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 26 Mar 2017 20:34:47 +0200 Subject: avfilter/vf_signature: Replace uncommon spelling of seperate Signed-off-by: Michael Niedermayer --- libavfilter/vf_signature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter') diff --git a/libavfilter/vf_signature.c b/libavfilter/vf_signature.c index 57cb96b6c4..06b1b910d4 100644 --- a/libavfilter/vf_signature.c +++ b/libavfilter/vf_signature.c @@ -71,7 +71,7 @@ AVFILTER_DEFINE_CLASS(signature); static int query_formats(AVFilterContext *ctx) { - /* all formats with a seperate gray value */ + /* all formats with a separate gray value */ static const enum AVPixelFormat pix_fmts[] = { AV_PIX_FMT_GRAY8, AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P, -- cgit v1.2.3