step2 : basic functions for handling nodetags and nodegroups - still highly volatile
[plcapi.git] / PLC / InitScripts.py
index 9f864d2..028293b 100644 (file)
@@ -43,7 +43,7 @@ class InitScript(Row):
 
 class InitScripts(Table):
     """
-    Representation of the initscipts table in the database.
+    Representation of the initscripts table in the database.
     """
 
     def __init__(self, api, initscript_filter = None, columns = None):