From 5e2eb230bc1e4fbcf5ccd67a30b4c3234cac8f1e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 7 Apr 2020 04:07:17 +0200 Subject: Fix typo in API name (1/2) --- libs/ardour/port_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/port_manager.cc') diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc index 841a04a4f5..51d249721a 100644 --- a/libs/ardour/port_manager.cc +++ b/libs/ardour/port_manager.cc @@ -1376,7 +1376,7 @@ PortManager::set_port_buffer_sizes (pframes_t n) } bool -PortManager::check_for_amibiguous_latency (bool log) const +PortManager::check_for_ambiguous_latency (bool log) const { bool rv = false; boost::shared_ptr plist = ports.reader(); -- cgit v1.2.3