From c32bd79af571225e78a2e8933aeb3fda5753bfac Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 19 Dec 2018 08:46:24 +1000 Subject: [PATCH] filter: fix typo in comment Signed-off-by: Peter Hutterer --- src/filter-flat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filter-flat.c b/src/filter-flat.c index 4bbf22eb..1aa0bef8 100644 --- a/src/filter-flat.c +++ b/src/filter-flat.c @@ -82,7 +82,7 @@ accelerator_set_speed_flat(struct motion_filter *filter, assert(speed_adjustment >= -1.0 && speed_adjustment <= 1.0); - /* Speed rage is 0-200% of the nominal speed, with 0 mapping to the + /* Speed range is 0-200% of the nominal speed, with 0 mapping to the * nominal speed. Anything above 200 is pointless, we're already * skipping over ever second pixel at 200% speed. */