public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] bash-autocompletion: fix typos
@ 2017-08-03 11:44 Jonatan Schlag
  0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2017-08-03 11:44 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 1214 bytes --]

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 src/bash-completion/network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bash-completion/network b/src/bash-completion/network
index 4e392b9..5fd6191 100644
--- a/src/bash-completion/network
+++ b/src/bash-completion/network
@@ -410,7 +410,7 @@ _network_vpn_ipsec_connection_subcommands() {
 	shift
 	local words=( $@ )
 
-	local commands="authentication inactivity-timout local mode peer remote security-policy show"
+	local commands="authentication inactivity-timeout local mode peer remote security-policy show"
 	local cmd="$(_network_find_on_cmdline "${commands}")"
 	if [[ -z "${cmd}" ]]; then
 		COMPREPLY=( $(compgen -W "${commands}" -- "${cur}") )
@@ -430,7 +430,7 @@ _network_vpn_ipsec_connection_subcommands() {
 			_network_vpn_ipsec_connection_subcommands_mode ${args}
 			;;
 		remote)
-			_network-vpn_ipsec_connection_subcommands_local_remote ${connection} "remote" ${args}
+			_network_vpn_ipsec_connection_subcommands_local_remote ${connection} "remote" ${args}
 			;;
 		security-policy)
 			_network_vpn_ipsec_connection_subcommands_security_policy ${args}
-- 
2.6.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-03 11:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03 11:44 [PATCH] bash-autocompletion: fix typos Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox