diff --git a/plugins/cabal/cabal.plugin.zsh b/plugins/cabal/cabal.plugin.zsh
index acd7f82874a2fc3a1f88dd7c55229c200b81dd4b..3e611ddccc397fcee338ce6f6dffeff7262f37cc 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"