runtime/plc_common_main.c
changeset 137 187a4e2412e5
parent 57 3b53f9a509d9
child 178 2390b409eb93
--- a/runtime/plc_common_main.c	Thu Mar 13 15:38:27 2008 +0100
+++ b/runtime/plc_common_main.c	Mon Mar 31 18:33:35 2008 +0200
@@ -28,16 +28,16 @@
 static int init_level=0;
 
 /*
- * Prototypes of funcions exported by plugins 
+ * Prototypes of functions exported by plugins 
  **/
 %(calls_prototypes)s
 
 /*
- * Retrive input variables, run PLC and publish output variables 
+ * Retrieve input variables, run PLC and publish output variables 
  **/
 void __run()
 {
-    %(retrive_calls)s
+    %(retrieve_calls)s
     
     config_run__(tick++);