bug 12612: fix typo.

This commit is contained in:
Jessica Wang 2011-12-19 18:25:45 -08:00
parent dcccd4a278
commit eb2cfdc041
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@
if(services != null) {
for(var i=0; i < services.length; i++) {
var service = services[i];
if(service.name == "sourceNAT")
if(service.name == "SourceNat")
return false;
}
}