Fixed typo

This commit is contained in:
Sarah Zhang 2020-02-10 17:40:57 -06:00 committed by Bjørn Forsman
parent 3480dd63d6
commit a279b68571

View file

@ -90,7 +90,7 @@ my $action = $ARGV[0] or die "$0: no action specified\n";
if (defined $configFile and defined $extraConfig) {
die "--config and --config-file are mutually incompatible. " .
"Please define on or the other, but not both";
"Please define one or the other, but not both";
}
if (defined $flake && $flake =~ /^(.*)#([^#"]+)$/) {