]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/useSystemFonts.pl
Win installer: some updates
[lyx.git] / development / autotests / useSystemFonts.pl
index 75d37e1a40238202e55a3a6645a60230247cda36..9a7d7292acc1e79a428fe9a0c31207ea033fb195 100644 (file)
@@ -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);