From: Kornel Benko Date: Mon, 10 Mar 2014 12:39:31 +0000 (+0100) Subject: Typo X-Git-Tag: 2.1.0rc1~56 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=aea5e80f45d651d626c76c3dafe26fbba63b95e2;p=features.git Typo --- diff --git a/development/autotests/useSystemFonts.pl b/development/autotests/useSystemFonts.pl index 75d37e1a40..9a7d7292ac 100644 --- a/development/autotests/useSystemFonts.pl +++ b/development/autotests/useSystemFonts.pl @@ -67,7 +67,7 @@ my ($source, $dest, $format, $fontT, $rest) = @ARGV; diestack("Too many arguments") if (defined($rest)); diestack("Sourcefilename not defined") if (! defined($source)); diestack("Destfilename not defined") if (! defined($dest)); -diestack("FoNamunrmat (e.g. pdf4) not defined") if (! defined($format)); +diestack("Format (e.g. pdf4) not defined") if (! defined($format)); diestack("Font type (e.g. texF) not defined") if (! defined($fontT)); $source = File::Spec->rel2abs($source);