From 35695d93d4d3b1bf3b189d417b6a8962035d4909 Mon Sep 17 00:00:00 2001
From: Jim DeLaHunt <from+github@jdlh.com>
Date: Sat, 18 May 2019 00:13:04 -0700
Subject: [PATCH] Fix typo "fmpeg-python" to read "ffmpeg-python"

---
 ffmpeg/_filters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg/_filters.py b/ffmpeg/_filters.py
index 6ba30d3..2cbdb36 100644
--- a/ffmpeg/_filters.py
+++ b/ffmpeg/_filters.py
@@ -29,7 +29,7 @@ def filter(stream_spec, filter_name, *args, **kwargs):
     """Apply custom filter.
 
     ``filter_`` is normally used by higher-level filter functions such as ``hflip``, but if a filter implementation
-    is missing from ``fmpeg-python``, you can call ``filter_`` directly to have ``fmpeg-python`` pass the filter name
+    is missing from ``ffmpeg-python``, you can call ``filter_`` directly to have ``ffmpeg-python`` pass the filter name
     and arguments to ffmpeg verbatim.
 
     Args: