Fixed typo in cabal plugin.

This commit is contained in:
Zbigniew Siciarz 2014-06-08 12:04:52 +02:00
parent d3acea3965
commit 859a37d4f1

View File

@ -20,7 +20,7 @@ function _cabal_commands() {
"build:Make this package ready for installation"
"check:Check the package for common mistakes"
"clean:Clean up after a build"
"copy:Copy teh files into the install locations"
"copy:Copy the files into the install locations"
"configure:Prepare to build the package"
"fetch:Downloads packages for later installation"
"get:Gets a package's source code"