Skip to content

Commit 1729a64

Browse files
authored
Merge pull request sourcegit-scm#310 from liugangnhm/fix_typo
Fix some typos
2 parents f3aff65 + 12451a2 commit 1729a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.axaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ public static async void CopyText(string data)
208208
{
209209
if (Current?.ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
210210
{
211-
if (desktop.MainWindow?.Clipboard is { } clipbord)
212-
await clipbord.SetTextAsync(data);
211+
if (desktop.MainWindow?.Clipboard is { } clipboard)
212+
await clipboard.SetTextAsync(data);
213213
}
214214
}
215215

0 commit comments

Comments
 (0)