diff -r f49f586a0a43 -r 187a4e2412e5 plugins/c_ext/c_ext.py --- 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")