aboutsummaryrefslogtreecommitdiffstats
path: root/src/_ghc
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2020-04-09 01:19:36 +0300
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2020-04-09 11:51:09 +0300
commit9e9bee7066c000957b674c3b68bb082eec58b410 (patch)
treeb8f6fda13547720f1ac94f43135d529d73e671a5 /src/_ghc
parentMerge pull request #697 from dancek/git-revise (diff)
downloadzsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.gz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.bz2
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.lz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.xz
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.tar.zst
zsh-completions-9e9bee7066c000957b674c3b68bb082eec58b410.zip
Fix typos
Diffstat (limited to 'src/_ghc')
-rw-r--r--src/_ghc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_ghc b/src/_ghc
index 2709406..455658f 100644
--- a/src/_ghc
+++ b/src/_ghc
@@ -136,11 +136,11 @@ _ghc_compiler ()
'-pgms[Use cmd as the splitter]' \
'-pgml[Use cmd as the linker]' \
'-pgmdll[Use cmd as the DLL generator]' \
- '-pgmF[Use cmd as the pre-proecessor (with -F only)]' \
+ '-pgmF[Use cmd as the pre-processor (with -F only)]' \
'-pgmwindres[Use cmd as the program for embedding manifests on Windows]' \
'-pgmlibtool[Use cmd as the command for libtool (with -staticlib only)]' \
'-rtsopts[Only a minimum of safe options can be given to RTS]' \
- '-rtsopts=[Control whether the RTS behavior can be tweaked via command-line flags and the GHCRTS environment varaible (none, som, or all)]' \
+ '-rtsopts=[Control whether the RTS behavior can be tweaked via command-line flags and the GHCRTS environment variable (none, some, or all)]' \
'-with-rtsopts=[Set the default RTS options]' \
'-threaded[Use the threaded runtime]' \
'-ticky[Turn on ticky-ticky profiling]' \