Fix typos

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-10-16 20:33:20 +08:00 committed by GitHub
parent 79b0385336
commit fe31632b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ namespace Flow.Launcher.Plugin.Explorer.Views
private void OnDoneButtonClick(object sender, RoutedEventArgs e)
{
RenameThing.Rename(NewFileName, _info);
// Close the dialog no matter if it worked or not because error messages are popuped in RenameThing
// Close the dialog no matter if it worked or not because error messages are popped up in RenameThing
Close();
}