From 8fb49e836e9363a4e62d9caf29fc1557a6f40221 Mon Sep 17 00:00:00 2001 From: pierrepomes Date: Tue, 27 Apr 2010 20:44:29 -0400 Subject: Fix typo in comment --- etc/inc/openvpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc index 50f6e61..6efffd0 100644 --- a/etc/inc/openvpn.inc +++ b/etc/inc/openvpn.inc @@ -441,7 +441,7 @@ function openvpn_reconfigure($mode,& $settings) { } // The port we'll listen at - // If local_port is used, bing the management port + // If local_port is used, bind the management port if ($settings['local_port']) { $conf .= "lport {$settings['local_port']}\n"; $conf .= "management 127.0.0.1 {$settings['local_port']}\n"; -- cgit v1.1