From 1887a0f88bb0e785342ede23d80b06fdf68b8995 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 14 Aug 2020 14:13:32 +0000 Subject: [PATCH] shell-completion: zsh: Correct a typo --- shell-completion/zsh/_pulseaudio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-completion/zsh/_pulseaudio b/shell-completion/zsh/_pulseaudio index 0e9e89bd3..da72010c6 100644 --- a/shell-completion/zsh/_pulseaudio +++ b/shell-completion/zsh/_pulseaudio @@ -668,7 +668,7 @@ _pacat_completion() { '--process-time-msec=[request the specified process time in msec]:msec' \ '--property=[set the specified property]:property' \ '--raw[record/play raw PCM data]' \ - '--passthrough[passtrough data]' \ + '--passthrough[passthrough data]' \ '--file-format=[record/play formatted PCM data]:format:_pacat_file_formats' \ '--list-file-formats[list available formats]' \ '::files:_files' \