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; }