From f08369ec248f2733eb2b69db23aa042e27ec04de Mon Sep 17 00:00:00 2001 From: Vito Piserchia Date: Tue, 9 Oct 2018 19:10:29 +0200 Subject: [PATCH] change after review --- src/etc/inc/openvpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/openvpn.inc b/src/etc/inc/openvpn.inc index 7751bb3121..5f443e978f 100644 --- a/src/etc/inc/openvpn.inc +++ b/src/etc/inc/openvpn.inc @@ -504,7 +504,7 @@ function openvpn_get_keydirlist() { '' => gettext('Use default direction'), '0' => gettext('Direction 0'), '1' => gettext('Direction 1'), - '2' => gettext('Both irections'), + '2' => gettext('Both directions'), ); return $keydirs; }