Skip to content

Commit bdc0e49

Browse files
authored
all: typo fix (#29)
1 parent 64c2cf5 commit bdc0e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clipboard_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func write(t Format, buf []byte) (<-chan struct{}, error) {
106106
start := make(chan int)
107107
done := make(chan struct{}, 1)
108108

109-
go func() { // surve as a daemon until the ownership is terminated.
109+
go func() { // serve as a daemon until the ownership is terminated.
110110
runtime.LockOSThread()
111111
defer runtime.UnlockOSThread()
112112

0 commit comments

Comments
 (0)