13
0

Fix typo in API name (1/2)

This commit is contained in:
Robin Gareus 2020-04-07 04:07:17 +02:00
parent 2932337a32
commit 5e2eb230bc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ public:
return _port_deletions_pending;
}
bool check_for_amibiguous_latency (bool log = false) const;
bool check_for_ambiguous_latency (bool log = false) const;
/* per-Port monitoring */

View File

@ -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<Ports> plist = ports.reader();