spelling: device

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-01-09 02:30:24 -05:00
parent 8c901c2585
commit 919e42b1a1

View File

@ -15,7 +15,7 @@ const MIN_LATENCY: i64 = 100;
/// Only sync the audio to video, not the other way around.
#[derive(Debug)]
pub struct LatencyController {
last_video_remote_ts: i64, // generated on remote deivce
last_video_remote_ts: i64, // generated on remote device
update_time: Instant,
allow_audio: bool,
}