[gnome-shell] network: fix typo in bluetooth code



commit ef552846d1b3f7984fb8823de530fabab9b87442
Author: Dan Winship <danw gnome org>
Date:   Thu Apr 7 08:04:29 2011 -0400

    network: fix typo in bluetooth code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646968

 js/ui/status/network.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index f76d5bb..350ffdf 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();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]