Fix typo in API name (1/2)
This commit is contained in:
parent
2932337a32
commit
5e2eb230bc
@ -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 */
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user