Skip to content

Commit

Permalink
filter: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Dec 19, 2018
1 parent 7396ac5 commit c32bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter-flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit c32bd79

Please sign in to comment.