Skip to content

Commit ecfb3f6

Browse files
committed
Fix message
1 parent c8a3403 commit ecfb3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/audioplayers/tizen/src/audio_player.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ void AudioPlayer::StartPositionUpdates(void *data) {
402402
player->timer_ = ecore_timer_add(kTimeInterval, OnPositionUpdate, data);
403403
if (!player->timer_) {
404404
player->error_listener_(player->player_id_,
405-
"Failed to add postion update timer.");
405+
"Failed to add a postion update timer.");
406406
}
407407
}
408408
}

0 commit comments

Comments
 (0)