Browse code

avfilter/vf_signature: Replace uncommon spelling of seperate

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

Michael Niedermayer authored on 2017/03/27 03:34:47
Showing 1 changed files
... ...
@@ -71,7 +71,7 @@ AVFILTER_DEFINE_CLASS(signature);
71 71
 
72 72
 static int query_formats(AVFilterContext *ctx)
73 73
 {
74
-    /* all formats with a seperate gray value */
74
+    /* all formats with a separate gray value */
75 75
     static const enum AVPixelFormat pix_fmts[] = {
76 76
         AV_PIX_FMT_GRAY8,
77 77
         AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV411P,