Skip to content

Commit 8c47d6c

Browse files
authored
dependecies -> dependencies (#2934)
Fix a typo, "dependecies" -> "dependencies"
1 parent 8f68882 commit 8c47d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/src/Development/IDE/Core/FileStore.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ instance Pretty Log where
8989
LogCouldNotIdentifyReverseDeps path ->
9090
"Could not identify reverse dependencies for" <+> viaShow path
9191
(LogTypeCheckingReverseDeps path reverseDepPaths) ->
92-
"Typechecking reverse dependecies for"
92+
"Typechecking reverse dependencies for"
9393
<+> viaShow path
9494
<> ":"
9595
<+> pretty (fmap (fmap show) reverseDepPaths)

0 commit comments

Comments
 (0)