plugins/c_ext/c_ext.py
changeset 137 187a4e2412e5
parent 106 9810689febb0
child 145 94855f7b08a9
--- a/plugins/c_ext/c_ext.py	Thu Mar 13 15:38:27 2008 +0100
+++ b/plugins/c_ext/c_ext.py	Mon Mar 31 18:33:35 2008 +0200
@@ -144,7 +144,7 @@
             f.write("#define EXT_C_INIT __init_%s\n"%location_str)
             f.write("#define EXT_C_CLEANUP __init_%s\n"%location_str)
             f.write("#define EXT_C_PUBLISH __init_%s\n"%location_str)
-            f.write("#define EXT_C_RETRIVE __init_%s\n"%location_str)
+            f.write("#define EXT_C_RETRIEVE __init_%s\n"%location_str)
             for loc in locations:
                 f.write(loc["IEC_TYPE"]+" "+loc["NAME"]+";\n")
             f.write("/* End of header generated by Beremiz c_ext plugin */\n\n")