summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-28 00:55:38 -0700
committerNOYB <Al_Stu@Frontier.com>2016-03-28 00:55:38 -0700
commit814a6e12bb212fad6eb3d84402624a435d0f1609 (patch)
treec539ca0aa90c47494ef94d5ac6860b4631d64409 /src
parentee136fdf06096237d1580c9d45cfe3e772befce0 (diff)
downloadpfsense-814a6e12bb212fad6eb3d84402624a435d0f1609.zip
pfsense-814a6e12bb212fad6eb3d84402624a435d0f1609.tar.gz
Apply "Editor" Phil's corrections.
Thanks Phil.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_network.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 70e7e7b..2483054 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -251,7 +251,7 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Checking this option will disable hardware checksum offloading.<br/>'.
'Checksum offloading is broken in some hardware, particularly some Realtek cards. '.
'Rarely, drivers may have problems with checksum offloading and some specific '.
- 'NICs. This will take effect after a machine reboot or re-configure each '.
+ 'NICs. This will take effect after a machine reboot or re-configure of each '.
'interface.');
$section->addInput(new Form_Checkbox(
@@ -262,7 +262,7 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Checking this option will disable hardware TCP segmentation '.
'offloading (TSO, TSO4, TSO6). This offloading is broken in some hardware '.
'drivers, and may impact performance with some specific NICs.This will take '.
- 'effect after a machine reboot or re-configure each interface.');
+ 'effect after a machine reboot or re-configure of each interface.');
$section->addInput(new Form_Checkbox(
'disablelargereceiveoffloading',
@@ -272,7 +272,7 @@ $section->addInput(new Form_Checkbox(
))->setHelp('Checking this option will disable hardware large receive offloading '.
'(LRO). This offloading is broken in some hardware drivers, and may impact '.
'performance with some specific NICs.This will take effect after a machine reboot '.
- 'or re-configure each interface.');
+ 'or re-configure of each interface.');
$section->addInput(new Form_Checkbox(
'sharednet',
OpenPOWER on IntegriCloud