mirror of
https://github.com/google/pebble.git
synced 2025-05-28 14:03:12 +00:00
spelling: forward
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
937ef82130
commit
e479411f59
3 changed files with 4 additions and 4 deletions
|
@ -115,7 +115,7 @@ void test_kino_player__cleanup(void) {
|
|||
|
||||
extern void prv_play_animation_update(Animation *animation, const AnimationProgress normalized);
|
||||
|
||||
void test_kino_player__finite_animation_finite_reel_foward(void) {
|
||||
void test_kino_player__finite_animation_finite_reel_forward(void) {
|
||||
// Choose duration and elapsed to have clean division for
|
||||
// ANIMATION_NORMALIZED_MAX * elapsed / duration = whole_number
|
||||
test_reel_data->duration_ms = 300;
|
||||
|
@ -127,7 +127,7 @@ void test_kino_player__finite_animation_finite_reel_foward(void) {
|
|||
cl_assert_equal_i(kino_reel_get_elapsed(test_reel), 20);
|
||||
}
|
||||
|
||||
void test_kino_player__create_finite_animation_finite_reel_foward(void) {
|
||||
void test_kino_player__create_finite_animation_finite_reel_forward(void) {
|
||||
// Choose duration and elapsed to have clean division for
|
||||
// ANIMATION_NORMALIZED_MAX * elapsed / duration = whole_number
|
||||
test_reel_data->duration_ms = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue