Setting tag plcapi-4.3-37
[plcapi.git] / PLC / InitScripts.py
index 9f864d2..de9cd75 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 #
 # Functions for interacting with the initscripts table in the database
 #
@@ -43,7 +45,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):