Fix typo in wg-quick

This commit is contained in:
Nicolas Lenz 2018-08-26 20:35:37 +02:00
parent 639d209d62
commit b97156b51e
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ local modes=('up\:"bring a wireguard interface up"'\
'down\:"tear down and remove a wireguard interface"'\ 'down\:"tear down and remove a wireguard interface"'\
'save\:"save configuration of a running wireguard interface"') 'save\:"save configuration of a running wireguard interface"')
_arguments "1:mode:((${modes}))" "2:inferface:(${interfaces})" _arguments "1:mode:((${modes}))" "2:interface:(${interfaces})"