diff --git a/detect.php b/detect.php index c788e16..91e0cb8 100644 --- a/detect.php +++ b/detect.php @@ -240,7 +240,7 @@ toString: function() { if (this.identified) { - var manufactuer = this.manufacturer || ''; + var manufacturer = this.manufacturer || ''; var model = ((this.model || '') + ' ' + (this.series || '')).trim(); if (model.indexOf(manufacturer) === 0) {