Index: trunk/src_plugins/asm/asm_conf.h =================================================================== --- trunk/src_plugins/asm/asm_conf.h (revision 27051) +++ trunk/src_plugins/asm/asm_conf.h (revision 27052) @@ -6,7 +6,7 @@ typedef struct { const struct { const struct { - CFT_STRING group_template; /* asm template that determines grouping (parts resulting in the same string will be puit in the same group) */ + CFT_STRING group_template; /* asm template that determines grouping (parts resulting in the same string will be put in the same group) */ CFT_STRING sort_template; /* asm template that determines order of groups and parts within groups */ } asm1; } plugins;