Skip to content

Commit ee0fc1a

Browse files
committed
fix typo
1 parent c8b251d commit ee0fc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal static string GetContainingFolderPathAfterUnzip(string unzippedParentFo
4545
var unzippedFolderCount = Directory.GetDirectories(unzippedParentFolderPath).Length;
4646
var unzippedFilesCount = Directory.GetFiles(unzippedParentFolderPath).Length;
4747

48-
// addjust path depending on how the plugin is zipped up
48+
// adjust path depending on how the plugin is zipped up
4949
// the recommended should be to zip up the folder not the contents
5050
if (unzippedFolderCount == 1 && unzippedFilesCount == 0)
5151
// folder is zipped up, unzipped plugin directory structure: tempPath/unzippedParentPluginFolder/pluginFolderName/

0 commit comments

Comments
 (0)