plcopen/structures.py
changeset 431 c1c92d068ac5
parent 405 2c598d24205f
parent 427 22d16c457d87
child 483 779a519f78f2
--- a/plcopen/structures.py	Mon Sep 21 12:06:51 2009 +0200
+++ b/plcopen/structures.py	Tue Sep 22 09:56:02 2009 +0200
@@ -219,7 +219,7 @@
                     "comment" : _("Off-delay timer\nThe off-delay timer can be used to delay setting an output false, for fixed period after input goes false."),
                     "generate" : generate_block, "initialise" : initialise_block},
                 ]},
-              {"name" : _("Additionnal function blocks"), "list":
+              {"name" : _("Additional function blocks"), "list":
 ##                {"name" : "RTC", "type" : "functionBlock", "extensible" : False, 
 ##                    "inputs" : [("EN","BOOL","none"),("PDT","DATE_AND_TIME","none")], 
 ##                    "outputs" : [("Q","BOOL","none"),("CDT","DATE_AND_TIME","none")],