diff options
author | fsSnowboard <tyler@tylerthecomputerguy.com> | 2013-01-14 20:54:06 -0500 |
---|---|---|
committer | fsSnowboard <tyler@tylerthecomputerguy.com> | 2013-01-14 20:54:06 -0500 |
commit | 71461d383dfed61d5146a4c8b325bf1925bf473e (patch) | |
tree | 5b01e5c783e23d8bc5339d6f7b39ec60f798a66d /etc/inc/wizardapp.inc | |
parent | 9bf5a970abda036d39d4b653e421140b1b3df4a8 (diff) | |
download | pfsense-71461d383dfed61d5146a4c8b325bf1925bf473e.zip pfsense-71461d383dfed61d5146a4c8b325bf1925bf473e.tar.gz |
fixed spelling
Diffstat (limited to 'etc/inc/wizardapp.inc')
-rw-r--r-- | etc/inc/wizardapp.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc index c15c162..94b7a1b 100644 --- a/etc/inc/wizardapp.inc +++ b/etc/inc/wizardapp.inc @@ -254,9 +254,9 @@ $gamesplist['steam'] = array(); $gamesplist['tigerwoods2004ps2'] = array(); /* tiger woods 2004 ps2 */ - $gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player', 'udp', '3658', '3658', 'both'); - $gamesplist['tigerwoods2004ps2'][] = array('Outbound2Player2', 'udp', '6000', '6000', 'both'); - $gamesplist['tigerwoods2004ps2'][] = array('Outbound2EA', 'tcp', '10300', '10301', 'both'); + $gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-Player', 'udp', '3658', '3658', 'both'); + $gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-Player2', 'udp', '6000', '6000', 'both'); + $gamesplist['tigerwoods2004ps2'][] = array('TigerWoods2004-EA', 'tcp', '10300', '10301', 'both'); $gamesplist['tribesascend'] = array(); /* Tribes Ascend */ |