diff --git a/Flow.Launcher.Core/Plugin/PluginInstaller.cs b/Flow.Launcher.Core/Plugin/PluginInstaller.cs
index c00c83d9e..a79f4b47c 100644
--- a/Flow.Launcher.Core/Plugin/PluginInstaller.cs
+++ b/Flow.Launcher.Core/Plugin/PluginInstaller.cs
@@ -281,7 +281,7 @@ public static class PluginInstaller
///
/// Updates the plugin to the latest version available from its source.
///
- /// If true, do not show any messages when there is no udpate available.
+ /// If true, do not show any messages when there is no update available.
/// If true, only use the primary URL for updates.
/// Cancellation token to cancel the update operation.
///