Skip to content

Commit 40316eb

Browse files
committed
🥊spell checker🥊
1 parent 33546f1 commit 40316eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/spelling/expect/expect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,6 @@ upss
17981798
uregex
17991799
URegular
18001800
Urxvt
1801-
urxvt
18021801
usebackq
18031802
USECALLBACK
18041803
USECOLOR

src/terminal/adapter/adaptDispatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@ void AdaptDispatch::DoWTAction(const std::wstring_view string)
38453845
}
38463846

38473847
// Method Description:
3848-
// - OSC 777 - Handles uxrvt requests. Currently, the only supported request is for desktop notifications.
3848+
// - OSC 777 - Handles urxvt requests. Currently, the only supported request is for desktop notifications.
38493849
// The format is: OSC 777;notify;title;body ST
38503850
// Arguments:
38513851
// - string: contains the parameters that define the notification

0 commit comments

Comments
 (0)