From 81dcc339e0c26d855ff46ed0e7e9593ce536506b Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Wed, 9 Oct 2019 10:15:20 -0400 Subject: [PATCH] Fix typo in completion text --- completions/zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh b/completions/zsh index fbe705bb..a20040d4 100644 --- a/completions/zsh +++ b/completions/zsh @@ -102,7 +102,7 @@ _pacman_opts_common=( '--mflags[Pass arguments to makepkg]:mflags' '--gpgflags[Pass arguments to gpg]:gpgflags' '--sudoloop[Loop sudo calls in the background to avoid timeout]' - '--nosudoloop[Do not loop sudo calls in the backgrount]' + '--nosudoloop[Do not loop sudo calls in the background]' ) # options for passing to _arguments: options for --upgrade commands