From ef552846d1b3f7984fb8823de530fabab9b87442 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 7 Apr 2011 08:04:29 -0400 Subject: [PATCH] network: fix typo in bluetooth code https://bugzilla.gnome.org/show_bug.cgi?id=646968 --- js/ui/status/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/network.js b/js/ui/status/network.js index f76d5bbb3..350ffdfbd 100644 --- a/js/ui/status/network.js +++ b/js/ui/status/network.js @@ -917,7 +917,7 @@ NMDeviceBluetooth.prototype = { }, _updateAutoConnectionName: function() { - this._autoConnectionName = this._makeConnectioName(this.device); + this._autoConnectionName = this._makeConnectionName(this.device); this._clearSection(); this._createSection();