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