summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEvgeny <ey@tm-k.com>2010-11-24 01:11:03 -0500
committerBill Marquette <bill.marquette@gmail.com>2011-05-14 11:23:20 -0500
commit4450527f90d05a6d267ed376e968935ed99382e8 (patch)
treee08c317ecfe0ac25a3bd04229f0e4eb2f00a91a8 /etc
parent57f2840e1faacf50b1a93d7954bb576eca77475b (diff)
downloadpfsense-4450527f90d05a6d267ed376e968935ed99382e8.zip
pfsense-4450527f90d05a6d267ed376e968935ed99382e8.tar.gz
Fix small typo
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 5e676db..255691a 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2195,7 +2195,7 @@ function load_mac_manufacturer_table() {
if ($macs){
foreach ($macs as $line){
if (preg_match('/([0-9A-Fa-f]{6}) (.*)$/', $line, $matches)){
- /* store values like this $mac_man['000C29']='VMW=ware' */
+ /* store values like this $mac_man['000C29']='VMware' */
$mac_man["$matches[1]"]=$matches[2];
}
}
OpenPOWER on IntegriCloud