1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00

fix a comment

This commit is contained in:
Paul Licameli 2020-02-19 16:06:25 -05:00
parent 692174ce2e
commit 96d8328aa3

View File

@ -2391,7 +2391,7 @@ void PluginManager::CheckForUpdates(bool bFast)
// All NEW plugins get a stub entry created that will remain in place until the // All NEW plugins get a stub entry created that will remain in place until the
// user enables or disables the plugin. // user enables or disables the plugin.
// //
// Becuase we use the plugins "path" as returned by the providers, we can actually // Because we use the plugins "path" as returned by the providers, we can actually
// have multiple providers report the same path since, at this point, they only // have multiple providers report the same path since, at this point, they only
// know that the path might possibly be one supported by the provider. // know that the path might possibly be one supported by the provider.
// //