From 9ff04146936ba64d230e1771ac0aeed6654edfb1 Mon Sep 17 00:00:00 2001 From: Ivan Mazhukin Date: Wed, 2 Jul 2025 17:45:16 +0300 Subject: [PATCH] bash_completion: fix typo --- auto_completion/bash_completion/winehelper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_completion/bash_completion/winehelper b/auto_completion/bash_completion/winehelper index 8669fc0..0da8e3f 100644 --- a/auto_completion/bash_completion/winehelper +++ b/auto_completion/bash_completion/winehelper @@ -1,4 +1,4 @@ -# Auto-completion for winhelper +# Auto-completion for winehelper _winehelper_completions() { local cur prev opts COMPREPLY=()