Skip to content

Commit d48efd1

Browse files
authored
Update haskell-customize.el
typo
1 parent 9623545 commit d48efd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-customize.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pass additional flags to `ghc'."
182182

183183
(defcustom haskell-process-do-cabal-format-string
184184
":!cd %s && %s"
185-
"The way to run cabal comands. It takes two arguments -- the directory and the command.
185+
"The way to run cabal commands. It takes two arguments -- the directory and the command.
186186
See `haskell-process-do-cabal' for more details."
187187
:group 'haskell-interactive
188188
:type 'string)

0 commit comments

Comments
 (0)