mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix typo in API name (2/2)
This commit is contained in:
parent
5e2eb230bc
commit
eeb62c99fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue