Bug 891497 - Fix typo in debug message. r=vyang

This commit is contained in:
Hubert Figuiere 2013-07-10 12:19:00 -04:00
parent 4e6140c4d4
commit 5f218a1813

View File

@ -3437,7 +3437,7 @@ RILNetworkInterface.prototype = {
httpProxyPort: null,
debug: function debug(s) {
dump("-*- RILNetworkInterface[" + this.mRadioInterface.clientId + ":" +
dump("-*- RILNetworkInterface[" + this.radioInterface.clientId + ":" +
this.type + "]: " + s + "\n");
},