Skip to content

Commit

Permalink
Fix clipboard confirmation window typo (#4124)
Browse files Browse the repository at this point in the history
uh just fixes a typo of appliclication instead of application for an
osc_52_read request
  • Loading branch information
mitchellh authored Dec 30, 2024
2 parents 9204bb8 + bdeb93f commit 0da8801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apprt/gtk/ClipboardConfirmationWindow.zig
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ fn promptText(req: apprt.ClipboardRequest) [:0]const u8 {
\\Pasting this text into the terminal may be dangerous as it looks like some commands may be executed.
,
.osc_52_read =>
\\An appliclication is attempting to read from the clipboard.
\\An application is attempting to read from the clipboard.
\\The current clipboard contents are shown below.
,
.osc_52_write =>
Expand Down

0 comments on commit 0da8801

Please sign in to comment.