Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drawbyperpetual committed Sep 18, 2024
1 parent a843152 commit 35e6375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public void OpenSettings()
(App.Current as App).GetMainWindow().Close();
}

internal async Task ExceutePasteFormatAsync(PasteFormats format, PasteActionSource source)
internal async Task ExecutePasteFormatAsync(PasteFormats format, PasteActionSource source)
{
await ReadClipboard();
await ExecutePasteFormatAsync(CreatePasteFormat(format), source);
Expand Down

0 comments on commit 35e6375

Please sign in to comment.