Skip to content

Commit fda77f7

Browse files
authored
fixed receieve typo (#4642)
1 parent ffc0f56 commit fda77f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-roslyn.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ creates another process connecting to the named pipe it specifies."
155155
:noquery t)))
156156
(accept-process-output command-process lsp-roslyn-server-timeout-seconds) ; wait for JSON with pipe name to print on stdout, like {"pipeName":"\\\\.\\pipe\\d1b72351"}
157157
(when (not lsp-roslyn--pipe-name)
158-
(error "Failed to receieve pipe name from Roslyn server process"))
158+
(error "Failed to receive pipe name from Roslyn server process"))
159159
(let* ((process-name (generate-new-buffer-name (format "%s-pipe" name)))
160160
(stderr-buf (format "*%s::stderr*" process-name))
161161
(communication-process

0 commit comments

Comments
 (0)