Fix typo in API name (2/2)
This commit is contained in:
parent
5e2eb230bc
commit
eeb62c99fb
@ -651,7 +651,7 @@ ARDOUR_UI::session_latency_updated (bool for_playback)
|
||||
|
||||
route_latency_value.set_text (samples_as_time_string (wrl, rate));
|
||||
|
||||
if (_session->engine().check_for_amibiguous_latency (true)) {
|
||||
if (_session->engine().check_for_ambiguous_latency (true)) {
|
||||
io_latency_value.set_markup ("<span background=\"red\" foreground=\"white\">ambiguous</span>");
|
||||
} else {
|
||||
io_latency_value.set_text (samples_as_time_string (wpl, rate));
|
||||
|
Loading…
Reference in New Issue
Block a user