Skip to content

Commit 00ff110

Browse files
committed
correct typo in the comment
1 parent c8d251b commit 00ff110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruis/widget/base/touch/flickable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ ruis::vec2 flickable::calculate_touch_velocity_for_at_least_3_points_using_ols_m
310310
//
311311
// The touch velocity is effectively v = dy/dt = 2*a*t + b
312312
//
313-
// If we bias t foe each point to the last point, i.e. last point will be at t=0 and previous
313+
// If we bias t for each point to the last point timestamp, i.e. last point will be at t=0 and previous
314314
// points will be at some negative times, then v(0) = b.
315315
// Effecively the touch velocity is the b coefficient.
316316

0 commit comments

Comments
 (0)