From 96d8328aa3cd018d14c63d6f21119159b514b321 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 19 Feb 2020 16:06:25 -0500 Subject: [PATCH] fix a comment --- src/PluginManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginManager.cpp b/src/PluginManager.cpp index 13d47eed3..d5fb52f8d 100644 --- a/src/PluginManager.cpp +++ b/src/PluginManager.cpp @@ -2391,7 +2391,7 @@ void PluginManager::CheckForUpdates(bool bFast) // All NEW plugins get a stub entry created that will remain in place until the // 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 // know that the path might possibly be one supported by the provider. //