[gjs] [dbus] Fix a typo in _getInterfaceXML()



commit b3b2053701d616e053658cb2a1bad6abb01e4af7
Author: Johan Dahlin <johan gnome org>
Date:   Thu Jan 7 12:56:47 2010 -0200

    [dbus] Fix a typo in _getInterfaceXML()
    
    Caught by elima

 modules/dbus.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/dbus.js b/modules/dbus.js
index 80beb1d..cd6d94b 100644
--- a/modules/dbus.js
+++ b/modules/dbus.js
@@ -491,7 +491,7 @@ function _getInterfaceXML() {
             let property = properties[j];
             result += '    <property name="' + property.name + '" type="'
                       + property.signature + '" access="'
-                      + property.accesss + '"/>\n';
+                      + property.access + '"/>\n';
         }
         // close <interface> tag
         result += '  </interface>\n';



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