mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:05:07 +00:00
Fix typo: treshold -> threshold
This commit is contained in:
parent
a2433172c8
commit
39867cb4df
@ -182,7 +182,7 @@ bool WaveRecorder::init(uint32_t sampels_per_sec,
|
||||
}
|
||||
|
||||
if ((err = snd_pcm_sw_params_set_start_threshold(_pcm, _sw_params, frame_size)) < 0) {
|
||||
LOG_ERROR("cannot set start treshold %s", snd_strerror(err));
|
||||
LOG_ERROR("cannot set start threshold %s", snd_strerror(err));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user