summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 16:55:52 -0500
committerfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 16:55:52 -0500
commit906e513a599884ef5f6ee62190d7b76c3bf683ff (patch)
treec3121c4977a383dcfbc5e9d524476f4822a6b21e
parent435e715fdfa0f4376bb4e0b65bf598594c46da71 (diff)
downloadpfsense-906e513a599884ef5f6ee62190d7b76c3bf683ff.zip
pfsense-906e513a599884ef5f6ee62190d7b76c3bf683ff.tar.gz
fixed spelling mistake
-rw-r--r--etc/inc/wizardapp.inc12
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.xml2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.xml2
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml2
5 files changed, 10 insertions, 10 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index 1203475..e6fb1f7 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -151,16 +151,16 @@ $gamesplist['lineage2'] = array();
$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both');
$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both');
-$gamesplist['wechwarrioronline'] = array();
+$gamesplist['mechwarrioronline'] = array();
/* MechWarrior: Online */
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp1', 'tcp', '45461', '45461', 'both');
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp2', 'tcp', '45464', '45464', 'both');
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp1', 'tcp', '45461', '45461', 'both');
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp2', 'tcp', '45464', '45464', 'both');
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
$gamesplist['minecraft'] = array();
/* Minecraft */
- $gamesplist['minecraft'][] = array('minecraft-tcp', 'tcp', '25565', '25565', 'both');
- $gamesplist['minecraft'][] = array('minecraft-udp', 'udp', '25565', '25565', 'both');
+ $gamesplist['minecraft'][] = array('Minecraft-tcp', 'tcp', '25565', '25565', 'both');
+ $gamesplist['minecraft'][] = array('Minecraft-udp', 'udp', '25565', '25565', 'both');
$gamesplist['operationflashpoint-dr'] = array();
/* Operation Flashpoint: Dragon Rising */
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 7268216..64b274c 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -563,7 +563,7 @@
<name>MechwarriorOnline</name>
<type>checkbox</type>
<typehint>MechWarrior: Online - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
- <bindstofield>ezshaper-&gt;step6-&gt;wechwarrioronline</bindstofield>
+ <bindstofield>ezshaper-&gt;step6-&gt;mechwarrioronline</bindstofield>
</field>
<field>
<name>Minecraft</name>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
index ab0f105..7a3d7ca 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml
@@ -568,7 +568,7 @@
<name>MechwarriorOnline</name>
<type>checkbox</type>
<typehint>MechWarrior: Online - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
- <bindstofield>ezshaper-&gt;step6-&gt;wechwarrioronline</bindstofield>
+ <bindstofield>ezshaper-&gt;step6-&gt;mechwarrioronline</bindstofield>
</field>
<field>
<name>Minecraft</name>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
index f7aad15..a1a224c 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml
@@ -576,7 +576,7 @@
<name>MechwarriorOnline</name>
<type>checkbox</type>
<typehint>MechWarrior: Online - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
- <bindstofield>ezshaper-&gt;step6-&gt;wechwarrioronline</bindstofield>
+ <bindstofield>ezshaper-&gt;step6-&gt;mechwarrioronline</bindstofield>
</field>
<field>
<name>Minecraft</name>
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
index a968e3d..e0afdf8 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml
@@ -627,7 +627,7 @@
<name>MechwarriorOnline</name>
<type>checkbox</type>
<typehint>MechWarrior: Online - this game uses a LARGE port range, be aware that you may need to manually rearrange the resulting rules to correctly prioritize other traffic.</typehint>
- <bindstofield>ezshaper-&gt;step6-&gt;wechwarrioronline</bindstofield>
+ <bindstofield>ezshaper-&gt;step6-&gt;mechwarrioronline</bindstofield>
</field>
<field>
<name>Minecraft</name>
OpenPOWER on IntegriCloud