Skip to content

Commit 3a019e6

Browse files
authored
Merge pull request #1669 from ggreif/patch-1
Update haskell-customize.el
2 parents 96f6dd3 + d48efd1 commit 3a019e6

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
@@ -172,7 +172,7 @@ pass additional flags to `ghc'."
172172

173173
(defcustom haskell-process-do-cabal-format-string
174174
":!cd %s && %s"
175-
"The way to run cabal comands. It takes two arguments -- the directory and the command.
175+
"The way to run cabal commands. It takes two arguments -- the directory and the command.
176176
See `haskell-process-do-cabal' for more details."
177177
:group 'haskell-interactive
178178
:type 'string)

0 commit comments

Comments
 (0)