Index: src/conf_core.h =================================================================== --- src/conf_core.h (revision 5808) +++ src/conf_core.h (revision 5809) @@ -84,8 +84,8 @@ CFT_INTEGER verbose; CFT_INTEGER quiet; /* print only errors on stderr */ CFT_INTEGER backup_interval; /* time between two backups in seconds */ - CFT_STRING font_command; /* file name template; if not empty, run this command and read its outout for loading the font; %f is the file name */ - CFT_STRING file_command; /* file name template; if not empty, run this command and read its outout for loading a pcb file; %f is the file name, %p is the conf setting rc.file_path */ + CFT_STRING font_command; /* file name template; if not empty, run this command and read its output for loading the font; %f is the file name */ + CFT_STRING file_command; /* file name template; if not empty, run this command and read its output for loading a pcb file; %f is the file name, %p is the conf setting rc.file_path */ CFT_STRING file_path; CFT_STRING library_shell; CFT_LIST library_search_paths; @@ -101,7 +101,7 @@ CFT_STRING script_filename; /* PCB Actions script to execute on startup */ CFT_STRING action_string; /* PCB Actions string to execute on startup */ CFT_STRING rat_path; - CFT_STRING rat_command; /* file name template; if not empty, run this command and read its outout for loading a rats; %f is the file name, %p is the rc.rat_path conf setting */ + CFT_STRING rat_command; /* file name template; if not empty, run this command and read its output for loading a rats; %f is the file name, %p is the rc.rat_path conf setting */ CFT_LIST preferred_gui; /* if set, try GUI HIDs in this order when no GUI is explicitly selected */