diff options
author | Zbigniew Siciarz <antyqjon@gmail.com> | 2014-06-08 12:04:52 +0200 |
---|---|---|
committer | Zbigniew Siciarz <antyqjon@gmail.com> | 2014-06-08 12:14:41 +0200 |
commit | 859a37d4f14838b20d09b8d7814f270d9b54b8e5 (patch) | |
tree | 5a29121f8780734c1932603546cc729bf81a0144 | |
parent | d3acea3965ebe13d6ed9885984ba8f5cc8ab4936 (diff) | |
download | zsh-859a37d4f14838b20d09b8d7814f270d9b54b8e5.tar.gz zsh-859a37d4f14838b20d09b8d7814f270d9b54b8e5.tar.bz2 zsh-859a37d4f14838b20d09b8d7814f270d9b54b8e5.zip |
Fixed typo in cabal plugin.
-rw-r--r-- | plugins/cabal/cabal.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cabal/cabal.plugin.zsh b/plugins/cabal/cabal.plugin.zsh index acd7f8287..3e611ddcc 100644 --- a/plugins/cabal/cabal.plugin.zsh +++ b/plugins/cabal/cabal.plugin.zsh @@ -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" |