From b97156b51e219641cb6d0c044cce6fc1c58f27a4 Mon Sep 17 00:00:00 2001 From: Nicolas Lenz Date: Sun, 26 Aug 2018 20:35:37 +0200 Subject: [PATCH] Fix typo in wg-quick --- src/_wg-quick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_wg-quick b/src/_wg-quick index 8177a1e..19ea768 100644 --- a/src/_wg-quick +++ b/src/_wg-quick @@ -24,4 +24,4 @@ local modes=('up\:"bring a wireguard interface up"'\ 'down\:"tear down and remove a wireguard interface"'\ 'save\:"save configuration of a running wireguard interface"') -_arguments "1:mode:((${modes}))" "2:inferface:(${interfaces})" +_arguments "1:mode:((${modes}))" "2:interface:(${interfaces})"