Fixes typo in comment.

This commit is contained in:
George Politis
2014-11-12 11:41:11 +01:00
parent 480d6f8c59
commit 3c21b09fa4
+1 -1
View File
@@ -69,7 +69,7 @@ SDP.prototype.getNewMedia = function(otherSdp) {
// this could be useful in Array.prototype.
function arrayEquals(array) {
// if the other array is a falsy value, return
// if the other array is a false value, return
if (!array)
return false;