svn keywords
[plcapi.git] / PLC / Methods / BootGetNodeDetails.py
index acba61f..ae338f9 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import BootAuth
@@ -50,7 +51,7 @@ class BootGetNodeDetails(Method):
                         else:
                             network[field] = ""
 
-       self.messge = "Node request boot_state (%s) and networks" % \
+       self.message = "Node request boot_state (%s) and networks" % \
                (details['boot_state'])
         return details