Skip to content

Commit 20a723a

Browse files
alanzcocreature
authored andcommitted
Fix typo (#366)
1 parent 3ccebde commit 20a723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ main = do
9595
if argLSP then do
9696
t <- offsetTime
9797
hPutStrLn stderr "Starting LSP server..."
98-
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcidie WITHOUT the --lsp option!"
98+
hPutStrLn stderr "If you are seeing this in a terminal, you probably should have run ghcide WITHOUT the --lsp option!"
9999
runLanguageServer def handlers $ \getLspId event vfs caps -> do
100100
t <- t
101101
hPutStrLn stderr $ "Started LSP server in " ++ showDuration t

0 commit comments

Comments
 (0)