about summary refs log tree commit diff
path: root/Completion/Unix/Command/_make
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-09 16:53:30 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-09 16:55:14 +0100
commit370b278565126a0abf3382ba10965e7a1090e7f8 (patch)
treea9df0cab2ff7932fa3aaa9c34a7392abfa47dd81 /Completion/Unix/Command/_make
parent496626ddb8ed9d16b4f89c28c733e3312decebe6 (diff)
downloadzsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.gz
zsh-370b278565126a0abf3382ba10965e7a1090e7f8.tar.xz
zsh-370b278565126a0abf3382ba10965e7a1090e7f8.zip
39890: typo corrections in completion functions
Diffstat (limited to 'Completion/Unix/Command/_make')
-rw-r--r--Completion/Unix/Command/_make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make
index 35a892cc4..a2ee9ecac 100644
--- a/Completion/Unix/Command/_make
+++ b/Completion/Unix/Command/_make
@@ -184,7 +184,7 @@ _make() {
       '(-j --jobs)'{-j,--jobs=}'[allow N jobs at once; infinite jobs with no arg]:number of jobs'
       '(-k --keep-going)'{-k,--keep-going}"[keep going when some targets can't be made]"
       '(-l --load-average --max-load)'{-l,--load-average=,--max-load}"[don't start multiple jobs unless load is below N]:load"
-      '(-L --check-symlik-times)'{-L,--check-symlink-times}'[use the latest mtime between symlinks and target]'
+      '(-L --check-symlink-times)'{-L,--check-symlink-times}'[use the latest mtime between symlinks and target]'
       '(-n --just-print --dry-run --recon)'{-n,--just-print,--dry-run,--recon}"[don't actually run any recipe; just print them]"
       '*'{-o,--old-file=,--assume-old=}"[consider specified file to be old and don't remake it]:file not to remake:->file"
       '(-O --output-sync)'{-O-,--output-sync=-}'[synchronize output of parallel jobs]::granularity for grouping output:compadd -E 0 none line target recurse'