We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bd2f1 commit db120d8Copy full SHA for db120d8
ghcide/src/Development/IDE/Core/FileStore.hs
@@ -89,7 +89,7 @@ instance Pretty Log where
89
LogCouldNotIdentifyReverseDeps path ->
90
"Could not identify reverse dependencies for" <+> viaShow path
91
(LogTypeCheckingReverseDeps path reverseDepPaths) ->
92
- "Typechecking reverse dependecies for"
+ "Typechecking reverse dependencies for"
93
<+> viaShow path
94
<> ":"
95
<+> pretty (fmap (fmap show) reverseDepPaths)
0 commit comments