Fix spelling in a comment.

This commit is contained in:
fendrin 2013-06-08 08:38:22 +02:00
parent 4197f4cb59
commit c57e4d2c67

View File

@ -375,7 +375,7 @@ static int process_command_args(const commandline_options& cmdline_opts) {
return 0;
}
// Options changing their behavior dependant on some others should be checked below.
// Options changing their behavior dependent on some others should be checked below.
if ( cmdline_opts.preprocess ) {
handle_preprocess_command(cmdline_opts);