fix: typos

align the message from `Package.swift` to the same text that's in
`ClipboardConfirmationWindow.zig`
`
This commit is contained in:
max
2024-04-03 12:40:46 -07:00
parent c1b5957cb0
commit 680a158ad2
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ extension Ghostty {
/// An application is attempting to read from the clipboard using OSC 52
case osc_52_read
/// An applciation is attempting to write to the clipboard using OSC 52
/// An application is attempting to write to the clipboard using OSC 52
case osc_52_write
/// The text to show in the clipboard confirmation prompt for a given request type
@ -144,7 +144,7 @@ extension Ghostty {
switch (self) {
case .paste:
return """
Pasting this text to the terminal may be dangerous as it looks like some commands may be executed.
Pasting this text into the terminal may be dangerous as it looks like some commands may be executed.
"""
case .osc_52_read:
return """

View File

@ -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 =>