mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fixed typo in cabal plugin.
This commit is contained in:
parent
d3acea3965
commit
859a37d4f1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue